Skip to content

Commit b32dd63

Browse files
authored
BLD: fix conda version to 4.3.30 (#18838)
1 parent b2a02bd commit b32dd63

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
@@ -48,7 +48,9 @@ echo
4848
echo "[update conda]"
4949
conda config --set ssl_verify false || exit 1
5050
conda config --set quiet true --set always_yes true --set changeps1 false || exit 1
51-
conda update -q conda
51+
52+
conda install conda=4.3.30
53+
# conda update -q conda
5254

5355
if [ "$CONDA_BUILD_TEST" ]; then
5456
echo

0 commit comments

Comments
 (0)