Skip to content

Commit 8f32292

Browse files
committed
BLD: fix conda version
1 parent 112685f commit 8f32292

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/install_travis.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ fi
7676
bash miniconda.sh -b -p $HOME/miniconda || exit 1
7777

7878
conda config --set always_yes yes --set changeps1 no || exit 1
79-
conda update -q conda || exit 1
79+
80+
# fix the conda version
81+
conda install conda==4.0.8
8082
conda config --add channels http://conda.anaconda.org/pandas || exit 1
8183
conda config --set ssl_verify false || exit 1
8284

0 commit comments

Comments
 (0)