Skip to content

Commit

Permalink
install with optional resources flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tianluyuan committed Nov 12, 2024
1 parent 417bb47 commit a2047d8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ 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: 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
- 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
pytest -k test_pdet
results:
if: ${{ always() }}
Expand Down

0 comments on commit a2047d8

Please sign in to comment.