Skip to content

Commit 261a8c0

Browse files
authored
trying (yet again) to fix travis iOS build
1 parent 95399fb commit 261a8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/osx/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ brew install jq lftp
77
brew uninstall wget
88
brew install wget
99
echo "Current PATH: $PATH"
10-
pip3 install --upgrade pip
11-
pip3 install aqtinstall -t /Users/travis/aqt
10+
pip3 install --break-system-packages --upgrade pip
11+
pip3 install --break-system-packages aqtinstall -t /Users/travis/aqt
1212
export PYTHONPATH=$PYTHONPATH:/Users/travis/aqt
1313
/Users/travis/aqt/bin/aqt install-qt mac desktop 6.2.4 clang_64 -m all -O /Users/travis/Qt
1414
networksetup -setv6off Ethernet

0 commit comments

Comments
 (0)