Fix pip command

This commit is contained in:
Joseph Donofry 2023-07-17 18:52:09 -04:00
parent 8576b2cbe4
commit 3519a2b55c
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -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: