Skip to content

Commit

Permalink
downgrade pmg for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Jun 29, 2021
1 parent ee70c34 commit a880707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/full_test.yml
Expand Up @@ -40,9 +40,10 @@ jobs:

- name: Run full tests including dataset downloads
run: |
mongo localhost/admin --eval 'db.createUser({user: "admin",pwd: "password",roles: [ { role: "root", db: "admin" } ]})'
python3 -m venv test_env
. test_env/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-optional.txt -r requirements-dev.txt
pip install .
pip install -r requirements.txt -r requirements-dev.txt -r requirements-optional.txt
pip install -e .
pytest --cov=matminer matminer
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
numpy==1.21.0
requests==2.25.1
pymatgen==2022.0.9
pymatgen==2022.0.8
pandas==1.2.5
tqdm==4.61.1
pymongo==3.11.4
Expand Down

0 comments on commit a880707

Please sign in to comment.