Skip to content

Commit

Permalink
Install python 3.9 in mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Nov 27, 2024
1 parent e95885f commit 7226321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7226321

Please sign in to comment.