We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9007d commit 0604c95Copy full SHA for 0604c95
.github/workflows/ci_tests_dev.yaml
@@ -89,10 +89,10 @@ jobs:
89
run: |
90
mamba install python=${{ matrix.python-version }} \
91
ninja cmake libblas libcblas liblapack fftw libgdal \
92
- ghostscript libnetcdf hdf5 zlib curl pcre make
+ geopandas ghostscript libnetcdf hdf5 zlib curl pcre make
93
pip install --pre --prefer-binary \
94
numpy pandas xarray netCDF4 packaging \
95
- dvc fiona geopandas ipython 'pytest>=6.0' pytest-cov \
+ dvc ipython 'pytest>=6.0' pytest-cov \
96
pytest-mpl sphinx-gallery tomli
97
98
# Build and install latest GMT from GitHub
0 commit comments