Skip to content

Commit

Permalink
checking maggma version on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpasivanesan-tri committed Dec 26, 2023
1 parent 44d7bb0 commit e779fb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/piro-test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[tests,m3gnet]
pip install -r requirements.txt
- name : check maggma version
run: pip show maggma
- name: pytest
env:
MPLBACKEND: "Agg"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/piro-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[tests,m3gnet]
pip install -r requirements.txt
- name: check maggma version
run: pip show maggma
- name: pytest
env:
MPLBACKEND: "Agg"
Expand Down

0 comments on commit e779fb2

Please sign in to comment.