Skip to content

Commit

Permalink
Update forcingprocessor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit authored Oct 3, 2024
1 parent 2b14f0f commit 20131ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/forcingprocessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: |
cd forcingprocessor
python -m pytest -vv --deselect="tests/test_forcingprocessor.py::test_google_cloud_storage" --deselect="tests/test_forcingprocessor.py::test_gcs" --deselect="tests/test_forcingprocessor.py::test_gs" --deselect="tests/test_forcingprocessor.py::test_ciroh_zarr" --deselect="tests/test_forcingprocessor.py::test_nomads_post_processed" --deselect="tests/test_forcingprocessor.py::test_retro_ciroh_zarr" --deselect="tests/test_hf2ds.py" --deselect="tests/test_plotter.py"
python -m pytest -vv -k tests/test_hf2ds.py
python -m pytest -vv -k tests/test_plotter.py
python -m pytest -vv tests/test_hf2ds.py
python -m pytest -vv tests/test_plotter.py
python -m pytest -vv -k test_google_cloud_storage
python -m pytest -vv -k test_gs
python -m pytest -vv -k test_gcs

0 comments on commit 20131ad

Please sign in to comment.