8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487a4ba commit 037ef12Copy full SHA for 037ef12
build_tools/travis/install.sh
@@ -35,7 +35,8 @@ if [[ "$DISTRIB" == "conda" ]]; then
35
MINICONDA_PATH=/home/travis/miniconda
36
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
37
export PATH=$MINICONDA_PATH/bin:$PATH
38
- conda update --yes conda
+ # Temporary work-around (2017-09-27)
39
+ # conda update --yes conda
40
41
# Configure the conda environment and put it in the path using the
42
# provided versions
0 commit comments