From 7226321e6589677885931a17ed2910bafa85676d Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Wed, 27 Nov 2024 11:04:31 -0800 Subject: [PATCH] Install python 3.9 in mamba --- .scripts/build_steps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 29640ea..ba70386 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -33,9 +33,9 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3.10.0 + conda-build pip boa conda-forge-ci-setup=3.10.0 python=3.9 mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3.10.0 + conda-build pip boa conda-forge-ci-setup=3.10.0 python=3.9 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"