From d4f8bfd88db486643edfb2b1d6b82b6c940e3a99 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Tue, 19 Dec 2017 07:05:56 -0500 Subject: [PATCH] BLD: fix conda version to 4.3.30 --- ci/install_travis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/install_travis.sh b/ci/install_travis.sh index 90b9bf3f3186e..e350dd95d9d7e 100755 --- a/ci/install_travis.sh +++ b/ci/install_travis.sh @@ -48,7 +48,9 @@ echo echo "[update conda]" conda config --set ssl_verify false || exit 1 conda config --set quiet true --set always_yes true --set changeps1 false || exit 1 -conda update -q conda + +conda install conda=4.3.30 +# conda update -q conda if [ "$CONDA_BUILD_TEST" ]; then echo