Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
philopon committed Feb 28, 2019
1 parent 7cc443f commit 7865b23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extra/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ hash -r

info conda config --set always_yes yes --set changeps1 no
info conda config --add channels rdkit --add channels mordred-descriptor
if [[ "$OS_NAME" == Windows ]]; then
info conda config --set ssl_verify False
fi
info conda update -y --all

info conda install python=$PYTHON_VERSION
Expand Down

0 comments on commit 7865b23

Please sign in to comment.