Skip to content

Commit

Permalink
Merge pull request #189 from cta-observatory/fix/build
Browse files Browse the repository at this point in the history
try to fix build (mamba error)
  • Loading branch information
kosack committed Apr 14, 2022
2 parents e17fc1a + 8289fe9 commit 85155ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if [[ "$INSTALL_METHOD" == "conda" ]]; then

sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment_development.yml
conda install -c conda-forge mamba
# Temporary workaround: https://github.com/mamba-org/mamba/issues/488
rm -rf /usr/share/miniconda/pkgs/cache/*.json
mamba env create -n protopipe --file environment_development.yml
conda activate protopipe
else
Expand Down

0 comments on commit 85155ea

Please sign in to comment.