Skip to content

Commit 9796a9f

Browse files
committed
no ssl_verify: false on conda builds
1 parent 6deef72 commit 9796a9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/install_conda.sh

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ bash miniconda.sh -b -p $HOME/miniconda || exit 1
7373
conda config --set always_yes yes --set changeps1 no || exit 1
7474
conda update -q conda || exit 1
7575
conda config --add channels http://conda.binstar.org/pandas || exit 1
76+
conda config --set ssl_verify false || exit 1
7677

7778
# Useful for debugging any issues with conda
7879
conda info -a || exit 1

0 commit comments

Comments
 (0)