Skip to content

Commit

Permalink
added pygrib to dependencies for mch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jan 22, 2024
1 parent 6a96ea7 commit 14f1a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyrad_tests_base_dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test pyrad base dev
env:
MINIMAL_DEPENDENCIES: Cython numpy cartopy
TEST_DEPENDENCIES: pytest imageio
TEST_DEPENDENCIES: pytest pygrib imageio

on:
# Triggers the workflow on push or pull request events but only for the master branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyrad_tests_mch_dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test pyrad mch dev
env:
MINIMAL_DEPENDENCIES: Cython numpy cartopy
TEST_DEPENDENCIES: pytest imageio gdal==3.5.3
TEST_DEPENDENCIES: pytest pygrib imageio gdal==3.5.3

on:
# Triggers the workflow on push or pull request events but only for the master branch
Expand Down

0 comments on commit 14f1a83

Please sign in to comment.