From 3519a2b55ca229afa3f137546420702239f0efe6 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Mon, 17 Jul 2023 18:52:09 -0400 Subject: [PATCH] Fix pip command --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index be20a7e7..7cf42910 100644 --- a/.cirrus.yml +++ b/.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: