Skip to content

Commit

Permalink
Revert "Use pip to install geopandas on ci_tests_dev workflow"
Browse files Browse the repository at this point in the history
This reverts commit 2ce685e.
  • Loading branch information
weiji14 committed Dec 4, 2021
1 parent 0a9007d commit 0604c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
run: |
mamba install python=${{ matrix.python-version }} \
ninja cmake libblas libcblas liblapack fftw libgdal \
ghostscript libnetcdf hdf5 zlib curl pcre make
geopandas ghostscript libnetcdf hdf5 zlib curl pcre make
pip install --pre --prefer-binary \
numpy pandas xarray netCDF4 packaging \
dvc fiona geopandas ipython 'pytest>=6.0' pytest-cov \
dvc ipython 'pytest>=6.0' pytest-cov \
pytest-mpl sphinx-gallery tomli
# Build and install latest GMT from GitHub
Expand Down

0 comments on commit 0604c95

Please sign in to comment.