Skip to content

Commit

Permalink
CI: Add libgdal deps for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jan 17, 2025
1 parent 529f661 commit 3c8512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
#-----------------------------------------------------------------------------
# Create conda environment
#-----------------------------------------------------------------------------
- conda create -n test python=%PYTHON_VERSION% rasterio scipy xarray netcdf4 dask
- conda create -n test python=%PYTHON_VERSION% rasterio scipy xarray netcdf4 dask libgdal-netcdf libgdal-hdf4 libgdal-hdf5
- activate test

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 3c8512c

Please sign in to comment.