Skip to content

Commit 23caa9d

Browse files
committed
Attempt to fix my pymatgen install
1 parent 8b9b6f5 commit 23caa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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
18+
conda install -c conda-forge openbabel pymatgen
1919
pip install -r requirements-ci.txt
2020
pip install .
2121
no_output_timeout: 1h

0 commit comments

Comments
 (0)