Skip to content

Commit

Permalink
Use mamba to install and update boa
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Feb 6, 2022
1 parent 8c4f77a commit 366b494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tasks/conda-recipes/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ conda-build:
CONDARC

conda install --yes --quiet conda-forge-ci-setup=3 conda-build boa pip -c conda-forge
mamba install --update-specs --yes --quiet "conda-forge-ci-setup=3" conda-build pip boa -c conda-forge
mamba update --update-specs --yes --quiet "conda-forge-ci-setup=3" conda-build pip boa -c conda-forge

# set up the condarc
setup_conda_rc "${FEEDSTOCK_ROOT}" "${FEEDSTOCK_ROOT}" "${CONFIG_FILE}"
Expand Down

0 comments on commit 366b494

Please sign in to comment.