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 dff637a commit dbf8885Copy full SHA for dbf8885
ci/install_conda.sh
@@ -72,7 +72,6 @@ bash miniconda.sh -b -p $HOME/miniconda || exit 1
72
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.anaconda.org/pandas || exit 1
77
conda config --set ssl_verify false || exit 1
78
0 commit comments