Skip to content

Commit

Permalink
CI: Add libgdal for micromamba tests (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Oct 2, 2024
1 parent a9ecf12 commit 8ff274c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ jobs:
python=${{ matrix.python-version }}
rasterio=${{ matrix.rasterio-version }}
xarray=${{ matrix.xarray-version }}
libgdal-netcdf
libgdal-hdf4
libgdal-hdf5
pyproj
netcdf4
dask
Expand Down Expand Up @@ -181,7 +184,10 @@ jobs:
create-args: >-
python=3.10
proj
libgdal
libgdal-core
libgdal-netcdf
libgdal-hdf4
libgdal-hdf5
cython
netcdf4
Expand Down
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ channels:
dependencies:
- python
- rasterio
- libgdal-netcdf
- libgdal-hdf4
- libgdal-hdf5
- scipy
- xarray
- netcdf4
Expand Down

0 comments on commit 8ff274c

Please sign in to comment.