Skip to content

Commit

Permalink
DOC: Update conda to try to fix circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Apr 26, 2018
1 parent cdcae46 commit 60370fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ env-run: &env-setup
# a separate environment.
name: Setup conda environment
command: |
# Update conda to fix https://github.com/conda/conda/issues/6811
conda install -n base conda
conda config --set always_yes yes --set changeps1 no --set show_channel_urls yes
conda create -n test-environment python=$PYTHON_VERSION
conda config --add channels conda-forge
Expand Down

0 comments on commit 60370fb

Please sign in to comment.