Skip to content

Commit

Permalink
reorder mu.py test so that its output can be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
tianluyuan committed Nov 12, 2024
1 parent deb3954 commit 9b28c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Run pytest
run: pytest
- name: Test mu.py
run: |
cd resources/mu/
./mu.py -o fake/path/mymudet.pkl --plight pl_step_1000 mmc/ice_allm97.pklz
- name: Run pytest
run: pytest

results:
if: ${{ always() }}
Expand Down

0 comments on commit 9b28c4c

Please sign in to comment.