Skip to content

Commit

Permalink
Do not update conda as a work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Sep 27, 2017
1 parent 487a4ba commit 037ef12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ if [[ "$DISTRIB" == "conda" ]]; then
MINICONDA_PATH=/home/travis/miniconda
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
export PATH=$MINICONDA_PATH/bin:$PATH
conda update --yes conda
# Temporary work-around (2017-09-27)
# conda update --yes conda

# Configure the conda environment and put it in the path using the
# provided versions
Expand Down

0 comments on commit 037ef12

Please sign in to comment.