Skip to content

Commit

Permalink
Merge pull request #937 from hdoupe/use-conda-defaults
Browse files Browse the repository at this point in the history
Use conda 'defaults' channel instead of 'anaconda'
  • Loading branch information
hdoupe committed Oct 31, 2018
2 parents 4990a01 + 2dc1af0 commit f7d6261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_env_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo 'activating env: pb_env'
source activate pb_env

echo 'installing conda packages'
conda install -c ospc -c anaconda --file conda-requirements.txt --yes
conda install -c ospc -c defaults --file conda-requirements.txt --yes


echo 'pip installing remaining requirements'
Expand Down

0 comments on commit f7d6261

Please sign in to comment.