From 0604c950fac47b00cb7d6fcfc0fc15ef7e3a8498 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Sat, 4 Dec 2021 22:02:34 +1300 Subject: [PATCH] Revert "Use pip to install geopandas on ci_tests_dev workflow" This reverts commit 2ce685e5a9c15ea616ff4bf0a2ee296054d23020. --- .github/workflows/ci_tests_dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index f38f9bc1064..0a28f5b064b 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -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