Force pip to install aqt

pull/1726/head
Loren Burkholder 7 months ago
parent e7d28b96da
commit 090881444d
No known key found for this signature in database
GPG Key ID: AB62CB312CEC2BBC
  1. 3
      .ci/macos/build.sh
  2. 2
      .cirrus.yml

@ -9,7 +9,8 @@ set -ue
QT_BASEPATH=(${HOME}/Qt/6.*/macos/) QT_BASEPATH=(${HOME}/Qt/6.*/macos/)
PATH="${QT_BASEPATH}/bin/:${PATH}" PATH="${QT_BASEPATH}/bin/:${PATH}"
pipx ensurepath pipx ensurepath
. ~/.zshrc # TODO: this breaks on Cirrus, so it's commented out for now
# . ~/.zshrc
export PATH export PATH
CMAKE_PREFIX_PATH="${QT_BASEPATH}/lib/cmake" CMAKE_PREFIX_PATH="${QT_BASEPATH}/lib/cmake"

@ -10,7 +10,7 @@ task:
- unset HOMEBREW_NO_AUTO_UPDATE - unset HOMEBREW_NO_AUTO_UPDATE
- brew bundle --file .ci/macos/Brewfile - brew bundle --file .ci/macos/Brewfile
aqt_script: aqt_script:
- pip3 install aqtinstall - pip3 install --break-system-packages aqtinstall
- mkdir $HOME/Qt - mkdir $HOME/Qt
- aqt install-qt --outputdir $HOME/qt mac desktop 6.6 clang_64 -m qtlocation qtimageformats qtmultimedia qtpositioning qtshadertools - aqt install-qt --outputdir $HOME/qt mac desktop 6.6 clang_64 -m qtlocation qtimageformats qtmultimedia qtpositioning qtshadertools
build_script: build_script:

Loading…
Cancel
Save