Skip to content

Commit

Permalink
update github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
mailhexu committed Oct 22, 2023
1 parent 7936fd8 commit b6987a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
#pytest
# - pwd
cd examples/abinit-w90/SrMnO3
ls -lah
sh get_J.sh
cd TB2J_results/Multibinit
TB2J_magnon.py --figfname magnon.png

0 comments on commit b6987a8

Please sign in to comment.