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 6552718 commit 02fb954Copy full SHA for 02fb954
ci/install_travis.sh
@@ -48,12 +48,7 @@ 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
-
52
-# TODO(jreback), fix conoda version
53
-echo
54
-echo "[conda version]"
55
-conda install conda=4.4.4
56
-# conda update -q conda
+conda update -q conda
57
58
if [ "$CONDA_BUILD_TEST" ]; then
59
echo
0 commit comments