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 112685f commit 8f32292Copy full SHA for 8f32292
ci/install_travis.sh
@@ -76,7 +76,9 @@ fi
76
bash miniconda.sh -b -p $HOME/miniconda || exit 1
77
78
conda config --set always_yes yes --set changeps1 no || exit 1
79
-conda update -q conda || exit 1
+
80
+# fix the conda version
81
+conda install conda==4.0.8
82
conda config --add channels http://conda.anaconda.org/pandas || exit 1
83
conda config --set ssl_verify false || exit 1
84
0 commit comments