Skip to content

Commit 94a1fce

Browse files
committed
Back to normal testing against new pmg, cust vers
1 parent 6a12bcd commit 94a1fce

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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 gcc_linux-64
18+
conda install -c conda-forge openbabel pymatgen
1919
pip install -r requirements-ci.txt
2020
pip install .
2121
no_output_timeout: 1h

requirements-ci.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
git+https://github.com/samblau/pymatgen@qchem#egg=pymatgen
2-
git+https://github.com/samblau/custodian@qchem#egg=custodian
31
boto3==1.17.97
42
coverage==5.5
53
moto==2.0.10

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
custodian==2022.5.26
12
FireWorks==1.9.7
23
maggma==0.44.0
34
monty==2021.6.10
@@ -7,10 +8,9 @@ pandas==1.2.5
78
paramiko==2.10.1
89
pydash==5.0.0
910
pymatgen-analysis-diffusion
11+
pymatgen
1012
pymongo
1113
pyyaml==5.4.1
1214
ruamel.yaml==0.17.9
1315
scipy==1.7.2
1416
tqdm==4.61.1
15-
git+https://github.com/samblau/pymatgen@qchem#egg=pymatgen
16-
git+https://github.com/samblau/custodian@qchem#egg=custodian

0 commit comments

Comments
 (0)