From b849f2a356c3079d49b5fcd26972613747ad1c01 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 30 Jan 2023 20:04:48 +0800 Subject: [PATCH] Revert "Pin fsspec to 2022.11.0 as a workaround for upstream dvc issues (#2338)" This reverts commit fce5cb6f9e201034e92c6f27999ce73e9a7fd135. --- .github/workflows/ci_tests.yaml | 2 +- .github/workflows/ci_tests_dev.yaml | 2 +- .github/workflows/ci_tests_legacy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index ab3a103680e..8c54ce73c5f 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -93,7 +93,7 @@ jobs: mamba install gmt=6.4.0 numpy=${{ matrix.numpy-version }} \ pandas xarray netCDF4 packaging \ ${{ matrix.optional-packages }} \ - build dvc fsspec==2022.11.0 make 'pytest>=6.0' \ + build dvc make 'pytest>=6.0' \ pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery # Show installed pkg information for postmortem diagnostic diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 69bc96b1157..80667672f25 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -101,7 +101,7 @@ jobs: geopandas ghostscript libnetcdf hdf5 zlib curl pcre make pip install --pre --prefer-binary \ numpy pandas xarray netCDF4 packaging \ - build dvc fsspec==2022.11.0 ipython 'pytest>=6.0' pytest-cov \ + build dvc ipython 'pytest>=6.0' pytest-cov \ pytest-doctestplus pytest-mpl sphinx-gallery # Pull baseline image data from dvc remote (DAGsHub) diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index 36e7521ceab..7cd00f3b4c2 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -67,7 +67,7 @@ jobs: mamba install gmt=${{ matrix.gmt_version }} numpy \ pandas xarray netCDF4 packaging \ geopandas ipython \ - build dvc fsspec==2022.11.0 make 'pytest>=6.0' \ + build dvc make 'pytest>=6.0' \ pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery # Show installed pkg information for postmortem diagnostic