Skip to content

Commit

Permalink
CI: fix conda version (#19025)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Jan 1, 2018
1 parent cfa5ea6 commit c19bdc9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ 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

# TODO(jreback), fix conoda version
echo
echo "[conda version]"
conda install conda=4.4.4
# conda update -q conda

if [ "$CONDA_BUILD_TEST" ]; then
echo
Expand Down

0 comments on commit c19bdc9

Please sign in to comment.