We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93c91f commit bc643ecCopy full SHA for bc643ec
ci/install_conda.sh
@@ -73,7 +73,7 @@ bash miniconda.sh -b -p $HOME/miniconda || exit 1
73
conda config --set always_yes yes --set changeps1 no || exit 1
74
conda update -q conda || exit 1
75
conda config --add channels conda-forge || exit 1
76
-conda config --add channels http://conda.binstar.org/pandas || exit 1
+conda config --add channels http://conda.anaconda.org/pandas || exit 1
77
conda config --set ssl_verify false || exit 1
78
79
# Useful for debugging any issues with conda
0 commit comments