Skip to content

Commit 78e5cb5

Browse files
committed
Revert "CI: fix conda version (pandas-dev#19025)"
This reverts commit c19bdc9.
1 parent 6552718 commit 78e5cb5

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)