Skip to content

Commit

Permalink
Merge pull request #510 from maresb/fix-ci-gh-508
Browse files Browse the repository at this point in the history
Pin eccodes <2.38 in CI
  • Loading branch information
martindurant authored Sep 26, 2024
2 parents b59e0a6 + d71583f commit 0d5b2ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/environment-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ dependencies:
- pandas
- cfgrib
- cftime
# Temporary workaround for #508
- eccodes <2.38

- astropy
- requests
- aiohttp
Expand Down
3 changes: 3 additions & 0 deletions ci/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dependencies:
- h5py
- pandas
- cfgrib
# Temporary workaround for #508
- eccodes <2.38

- cftime
- astropy
- requests
Expand Down
3 changes: 3 additions & 0 deletions ci/environment-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dependencies:
- h5py
- pandas
- cfgrib
# Temporary workaround for #508
- eccodes <2.38

- cftime
- astropy
- requests
Expand Down

0 comments on commit 0d5b2ae

Please sign in to comment.