Fix pip command

pull/1531/head
Joseph Donofry 1 year ago
parent 8576b2cbe4
commit 3519a2b55c
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .cirrus.yml

@ -10,7 +10,7 @@ task:
- unset HOMEBREW_NO_AUTO_UPDATE
- brew bundle --file .ci/macos/Brewfile
aqt_script:
- pip install aqtinstall
- pip3 install aqtinstall
- mkdir $HOME/Qt
- aqt install-qt --outputdir $HOME/qt mac desktop 6.5.1 clang_64 -m all
build_script:

Loading…
Cancel
Save