Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
add openbabel in circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Chen committed Apr 26, 2019
1 parent 8b25611 commit 2f42d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
if [ ! -d "/root/miniconda3/envs/test_env" ]; then conda create --quiet --yes --name test_env python=3.6; fi
source activate test_env
conda install --quiet --yes numpy scipy matplotlib sympy cython
conda install --quiet --yes -c openbabel openbabel
conda upgrade --quiet --all
pip install numpy --upgrade
pip install --quiet --ignore-installed -r requirements.txt -r requirements-ci.txt
Expand Down

0 comments on commit 2f42d6c

Please sign in to comment.