Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tianluyuan committed Nov 12, 2024
1 parent a2047d8 commit 8100122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Test mu.py
run: |
pip install -e .[resources]
./resources/mu.py -o fake/path/mymudet.pkl --plight pl_step_1000 mmc/ice_allm97.pklz
./resources/mu/mu.py -o fake/path/mymudet.pkl --plight pl_step_1000 resources/mu/mmc/ice_allm97.pklz
pytest -k test_pdet
results:
Expand Down

0 comments on commit 8100122

Please sign in to comment.