Skip to content

Commit abe09b5

Browse files
committed
add defaults back
1 parent a02432b commit abe09b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ conda update -q conda
5656
echo "[add channels]"
5757
if [ "$CONDA_FORGE" ]; then
5858
# use only the conda-forge channels
59-
conda config --add channels pandas || exit 1
6059
conda config --remove channels defaults || exit 1
6160
conda config --add channels conda-forge || exit 1
61+
conda config --add channels defaults || exit 1
6262
else
6363
# add the pandas channel to take priority
6464
# to add extra packages

0 commit comments

Comments
 (0)