From 55f8345226ae513f49d9d97095c6d229e5e90227 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 28 Apr 2023 15:31:21 +0800 Subject: [PATCH 1/2] Install geopandas using pip --- .github/workflows/ci_tests_dev.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 23e9d41810a..7112b1c9764 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -113,14 +113,13 @@ jobs: libnetcdf pcre zlib - geopandas # Install dependencies from PyPI - name: Install dependencies run: | python -m pip install --pre --prefer-binary \ numpy pandas xarray netCDF4 packaging \ - build contextily dvc ipython rioxarray \ + build contextily dvc geopandas ipython rioxarray \ 'pytest>=6.0' pytest-cov pytest-doctestplus pytest-mpl \ sphinx-gallery From 893800a7c93a15d3d022aa62b377519cdd76058f Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 8 May 2023 18:06:40 +0800 Subject: [PATCH 2/2] Remove a duplicated step --- .github/workflows/ci_tests_dev.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 2cc38bb73e8..599f7ca6354 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -129,14 +129,6 @@ jobs: # Pull baseline image data from dvc remote (DAGsHub) - name: Pull baseline image data from dvc remote - if: github.event_name == 'schedule' - run: | - dvc pull - ls -lhR pygmt/tests/baseline/ - - # Pull baseline image data from dvc remote (DAGsHub) - - name: Pull baseline image data from dvc remote - if: github.event_name != 'schedule' run: | dvc pull ls -lhR pygmt/tests/baseline/