Skip to content

Commit

Permalink
Update CI installation of conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Apr 1, 2021
1 parent 82c8fd2 commit 23dc1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conda update -q conda # get latest conda version
# Useful for debugging any issues with conda
conda info -a

sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml
sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment_development.yml
conda install -c conda-forge mamba
mamba env create -n protopipe --file environment.yml
mamba env create -n protopipe --file environment_development.yml
conda activate protopipe

0 comments on commit 23dc1be

Please sign in to comment.