We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a96ea7 commit 14f1a83Copy full SHA for 14f1a83
.github/workflows/pyrad_tests_base_dev.yml
@@ -1,7 +1,7 @@
1
name: Test pyrad base dev
2
env:
3
MINIMAL_DEPENDENCIES: Cython numpy cartopy
4
- TEST_DEPENDENCIES: pytest imageio
+ TEST_DEPENDENCIES: pytest pygrib imageio
5
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
.github/workflows/pyrad_tests_mch_dev.yml
name: Test pyrad mch dev
- TEST_DEPENDENCIES: pytest imageio gdal==3.5.3
+ TEST_DEPENDENCIES: pytest pygrib imageio gdal==3.5.3
0 commit comments