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 216e91d commit f99096eCopy full SHA for f99096e
.circleci/config.yml
@@ -15,7 +15,8 @@ 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 pymatgen
+ conda install -c conda-forge openbabel
19
+ pip install gcc
20
pip install -r requirements-ci.txt
21
pip install .
22
no_output_timeout: 1h
0 commit comments