Skip to content

Commit

Permalink
Try fix conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Jul 22, 2024
1 parent 4a92819 commit d02f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/build_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ conda activate base
conda config --set remote_max_retries 5

echo -e "\n\nInstalling conda-forge-ci-setup=3 and conda-build."
mamba install -n base --quiet --yes conda-forge-ci-setup=3 conda-build pip boa quetz-client -c conda-forge
mamba install -n base --quiet --yes conda-forge-ci-setup=3 "conda-build>=24.5.0" pip boa quetz-client -c conda-forge

set -e

Expand Down

0 comments on commit d02f1de

Please sign in to comment.