Skip to content

Commit

Permalink
[circleci] Fix conda install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
willprice committed Sep 5, 2018
1 parent 409bf35 commit 1cd6f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
curl "https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh" -o miniconda.sh
bash miniconda.sh -b -p $MINICONDA_ROOT
hash -r
source $BASH_ENV # Re source now that conda is installed
fi
conda config --set always_yes yes
conda info -a
Expand Down

0 comments on commit 1cd6f28

Please sign in to comment.