We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95399fb commit 261a8c0Copy full SHA for 261a8c0
scripts/ci/osx/install.sh
@@ -7,8 +7,8 @@ brew install jq lftp
7
brew uninstall wget
8
brew install wget
9
echo "Current PATH: $PATH"
10
-pip3 install --upgrade pip
11
-pip3 install aqtinstall -t /Users/travis/aqt
+pip3 install --break-system-packages --upgrade pip
+pip3 install --break-system-packages aqtinstall -t /Users/travis/aqt
12
export PYTHONPATH=$PYTHONPATH:/Users/travis/aqt
13
/Users/travis/aqt/bin/aqt install-qt mac desktop 6.2.4 clang_64 -m all -O /Users/travis/Qt
14
networksetup -setv6off Ethernet
0 commit comments