diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 8c54ce73c5f..ab3a103680e 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 make 'pytest>=6.0' \ + build dvc fsspec==2022.11.0 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 80667672f25..69bc96b1157 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 ipython 'pytest>=6.0' pytest-cov \ + build dvc fsspec==2022.11.0 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 7cd00f3b4c2..36e7521ceab 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 make 'pytest>=6.0' \ + build dvc fsspec==2022.11.0 make 'pytest>=6.0' \ pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery # Show installed pkg information for postmortem diagnostic