Skip to content

Commit

Permalink
Amending unit_tests.yaml to reflect addition of tests/grid/test_eta.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Aug 27, 2024
1 parent 20ed73d commit 9cafe2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- name: Install Python packages
run: pip3 install .[test]

- name: prepare input eta files
run: |
python tests/grid/generate_eta_files.py
- name: Run serial-cpu tests
run: coverage run --rcfile=setup.cfg -m pytest -x tests

Expand Down

0 comments on commit 9cafe2e

Please sign in to comment.