Skip to content

Commit

Permalink
Add tests with most recent eccodes version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpaul committed Apr 11, 2024
1 parent 9d89ef5 commit 3eac3a4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [39, 310, 311]
python-version: [39, 310, 310m, 311]

steps:
- uses: actions/checkout@v4
Expand Down
35 changes: 35 additions & 0 deletions ci/environment-py310m.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: test_env
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.10
- dask
- zarr
- xarray
- xarray-datatree
- h5netcdf
- h5py<3.9
- pandas
- cfgrib
- eccodes=2.34
- cftime
- astropy
- requests
- aiohttp
- pytest-cov
- fsspec
- dask
- scipy
- s3fs
- python-blosc
- flake8
- black
- fastparquet
- pip
- pyopenssl
- tifffile
- netCDF4
- pip:
- git+https://github.com/fsspec/filesystem_spec
- ipfsspec

0 comments on commit 3eac3a4

Please sign in to comment.