Skip to content

Commit

Permalink
Merge 7f2a0c1 into 23c3840
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Feb 4, 2021
2 parents 23c3840 + 7f2a0c1 commit 6809ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ conda update -q conda # get latest conda version
conda info -a

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

0 comments on commit 6809ba7

Please sign in to comment.