We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6deef72 commit 9796a9fCopy full SHA for 9796a9f
ci/install_conda.sh
@@ -73,6 +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 http://conda.binstar.org/pandas || exit 1
76
+conda config --set ssl_verify false || exit 1
77
78
# Useful for debugging any issues with conda
79
conda info -a || exit 1
0 commit comments