Skip to content

Commit f99096e

Browse files
committed
another attempt
1 parent 216e91d commit f99096e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
export PATH=$HOME/miniconda3/bin:$PATH
1616
conda create --name test_env python=3.8
1717
source activate test_env
18-
conda install -c conda-forge openbabel pymatgen
18+
conda install -c conda-forge openbabel
19+
pip install gcc
1920
pip install -r requirements-ci.txt
2021
pip install .
2122
no_output_timeout: 1h

0 commit comments

Comments
 (0)