We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9b6f5 commit 23caa9dCopy full SHA for 23caa9d
.circleci/config.yml
@@ -15,7 +15,7 @@ jobs:
15
export PATH=$HOME/miniconda3/bin:$PATH
16
conda create --name test_env python=3.8
17
source activate test_env
18
- conda install -c conda-forge openbabel
+ conda install -c conda-forge openbabel pymatgen
19
pip install -r requirements-ci.txt
20
pip install .
21
no_output_timeout: 1h
0 commit comments