Skip to content

Commit

Permalink
using verified pymatgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpasivanesan-tri committed Dec 26, 2023
1 parent 30c8f2c commit 197fee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/piro-test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[tests,m3gnet]
pip install pymatgen==2022.10.22
pip install pymatgen==2023.9.10
- name: pytest
env:
MPLBACKEND: "Agg"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/piro-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[tests,m3gnet]
pip install pymatgen==2022.10.22
pip install pymatgen==2023.9.10
- name: pytest
env:
MPLBACKEND: "Agg"
Expand Down

0 comments on commit 197fee6

Please sign in to comment.