Skip to content

Commit 404c94f

Browse files
Try fix conda-build
1 parent d02f1de commit 404c94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/build_osx_arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ conda activate base
1818
conda config --set remote_max_retries 5
1919

2020
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 pip boa quetz-client -c conda-forge
21+
mamba install -n base --quiet --yes conda-forge-ci-setup=3 "conda-build>=24.5.0" pip boa quetz-client -c conda-forge
2222

2323
set -e
2424

0 commit comments

Comments
 (0)