8000 Do not update conda as a work-around · scikit-learn/scikit-learn@037ef12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 037ef12

Browse files
committed
Do not update conda as a work-around
1 parent 487a4ba commit 037ef12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_tools/travis/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ if [[ "$DISTRIB" == "conda" ]]; then
3535
MINICONDA_PATH=/home/travis/miniconda
3636
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
3737
export PATH=$MINICONDA_PATH/bin:$PATH
38-
conda update --yes conda
38+
# Temporary work-around (2017-09-27)
39+
# conda update --yes conda
3940

4041
# Configure the conda environment and put it in the path using the
4142
# provided versions

0 commit comments

Comments
 (0)
0