Skip to content

Commit

Permalink
adding aqt path to python path for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
limpkin authored Jan 22, 2024
1 parent 82c20dc commit 7d635e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/osx/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ brew install wget
echo "Current PATH: $PATH"
pip3 install --upgrade pip
pip3 install aqtinstall -t /Users/travis/aqt
export PYTHONPATH=$PYTHONPATH:/Users/travis/aqt
/Users/travis/aqt/bin/aqt install-qt mac desktop 6.2.4 clang_64 -m all -O /Users/travis/Qt
networksetup -setv6off Ethernet

0 comments on commit 7d635e5

Please sign in to comment.