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 cfa5ea6 commit c19bdc9Copy full SHA for c19bdc9
ci/install_travis.sh
@@ -48,7 +48,12 @@ echo
48
echo "[update conda]"
49
conda config --set ssl_verify false || exit 1
50
conda config --set quiet true --set always_yes true --set changeps1 false || exit 1
51
-conda update -q conda
+
52
+# TODO(jreback), fix conoda version
53
+echo
54
+echo "[conda version]"
55
+conda install conda=4.4.4
56
+# conda update -q conda
57
58
if [ "$CONDA_BUILD_TEST" ]; then
59
echo
0 commit comments