We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02432b commit abe09b5Copy full SHA for abe09b5
ci/install_travis.sh
@@ -56,9 +56,9 @@ conda update -q conda
56
echo "[add channels]"
57
if [ "$CONDA_FORGE" ]; then
58
# use only the conda-forge channels
59
- conda config --add channels pandas || exit 1
60
conda config --remove channels defaults || exit 1
61
conda config --add channels conda-forge || exit 1
+ conda config --add channels defaults || exit 1
62
else
63
# add the pandas channel to take priority
64
# to add extra packages
0 commit comments