Skip to content

Commit 14f1a83

Browse files
committed
added pygrib to dependencies for mch tests
1 parent 6a96ea7 commit 14f1a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pyrad_tests_base_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test pyrad base dev
22
env:
33
MINIMAL_DEPENDENCIES: Cython numpy cartopy
4-
TEST_DEPENDENCIES: pytest imageio
4+
TEST_DEPENDENCIES: pytest pygrib imageio
55

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

.github/workflows/pyrad_tests_mch_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test pyrad mch dev
22
env:
33
MINIMAL_DEPENDENCIES: Cython numpy cartopy
4-
TEST_DEPENDENCIES: pytest imageio gdal==3.5.3
4+
TEST_DEPENDENCIES: pytest pygrib imageio gdal==3.5.3
55

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

0 commit comments

Comments
 (0)