Skip to content

Commit

Permalink
BLD: fix conda install - try again (#18841)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Dec 19, 2017
1 parent b32dd63 commit 856d9e5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,14 @@ 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 install conda=4.3.30
# conda update -q conda
conda update -q conda

if [ "$CONDA_BUILD_TEST" ]; then
echo
echo "[installing conda-build]"
conda install conda-build
fi


echo
echo "[add channels]"
conda config --remove channels defaults || exit 1
Expand Down Expand Up @@ -125,7 +122,7 @@ if [ "$COVERAGE" ]; then
fi

echo
if [ -z "$PIP_BUILD_TEST" ] and [ -z "$CONDA_BUILD_TEST" ]; then
if [ -z "$PIP_BUILD_TEST" ] && [ -z "$CONDA_BUILD_TEST" ]; then

# build but don't install
echo "[build em]"
Expand Down

0 comments on commit 856d9e5

Please sign in to comment.