Skip to content

Commit 02fb954

Browse files
authored
Revert "CI: fix conda version (#19025)" (#19062)
This reverts commit c19bdc9.
1 parent 6552718 commit 02fb954

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ci/install_travis.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ 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-
52-
# TODO(jreback), fix conoda version
53-
echo
54-
echo "[conda version]"
55-
conda install conda=4.4.4
56-
# conda update -q conda
51+
conda update -q conda
5752

5853
if [ "$CONDA_BUILD_TEST" ]; then
5954
echo

0 commit comments

Comments
 (0)