We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a173f2 commit 71d4b56Copy full SHA for 71d4b56
.scripts/build_osx.sh
@@ -17,8 +17,8 @@ conda activate base
17
18
conda config --set remote_max_retries 5
19
20
-echo -e "\n\nInstalling conda-forge-ci-setup=3 and conda-build."
21
-mamba install -n base --quiet --yes conda-forge-ci-setup=3 "conda-build>=24.5.0" pip boa quetz-client -c conda-forge
+echo -e "\n\nInstalling conda-forge-ci-setup and conda-build."
+mamba install -n base --quiet --yes conda-forge-ci-setup "conda-build>=24.5.0" pip boa quetz-client -c conda-forge
22
23
set -e
24
0 commit comments