Skip to content

Commit

Permalink
Install boa deps with mamba, then boa via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Nov 12, 2023
1 parent 1b1e5c2 commit b580c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ conda config --remove channels defaults

mamba update conda --yes --quiet -c conda-forge
mamba install --yes --quiet pip conda-build anaconda-client mamba
mamba install --yes --quiet boa --only-deps
mamba remove --yes --quiet boa || true
# mamba install --yes boa --only-deps
pip install git+https://github.com/mamba-org/boa@main
pip install git+https://github.com/mamba-org/boa@main --no-deps

# setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
# export PATH="$HOME/miniconda/bin:$PATH"
Expand Down

0 comments on commit b580c2f

Please sign in to comment.