Skip to content

Commit

Permalink
FIX: removed pinning of gdal to 3.5.3 for compatibility with python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Sep 8, 2024
1 parent c2e0230 commit 62f93ca
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_mch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test pyrad mch
env:
MINIMAL_DEPENDENCIES: Cython numpy cartopy
TEST_DEPENDENCIES: pytest imageio pygrib gdal==3.5.3
TEST_DEPENDENCIES: pytest imageio pygrib gdal

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 pygrib imageio gdal==3.5.3
TEST_DEPENDENCIES: pytest pygrib imageio gdal

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

0 comments on commit 62f93ca

Please sign in to comment.