Skip to content

Commit 0604c95

Browse files
committed
Revert "Use pip to install geopandas on ci_tests_dev workflow"
This reverts commit 2ce685e.
1 parent 0a9007d commit 0604c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
run: |
9090
mamba install python=${{ matrix.python-version }} \
9191
ninja cmake libblas libcblas liblapack fftw libgdal \
92-
ghostscript libnetcdf hdf5 zlib curl pcre make
92+
geopandas ghostscript libnetcdf hdf5 zlib curl pcre make
9393
pip install --pre --prefer-binary \
9494
numpy pandas xarray netCDF4 packaging \
95-
dvc fiona geopandas ipython 'pytest>=6.0' pytest-cov \
95+
dvc ipython 'pytest>=6.0' pytest-cov \
9696
pytest-mpl sphinx-gallery tomli
9797
9898
# Build and install latest GMT from GitHub

0 commit comments

Comments
 (0)