diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index eb7b994ecb6..f2694f22e1d 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -88,13 +88,12 @@ jobs: use-mamba: true # Install GMT and other required dependencies from conda-forge - # TODO: Remove funcy pin after next DVC release - name: Install dependencies run: | mamba install gmt=6.4.0 numpy=${{ matrix.numpy-version }} \ pandas xarray netCDF4 packaging \ ${{ matrix.optional-packages }} \ - build dvc 'funcy=1.18' 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 844b43f05e2..2305741e276 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -94,7 +94,6 @@ jobs: use-mamba: true # Install dependencies from conda-forge - # TODO: Remove funcy pin after next DVC release - name: Install dependencies run: | mamba install python=${{ matrix.python-version }} \ @@ -102,7 +101,7 @@ jobs: geopandas ghostscript libnetcdf hdf5 zlib curl pcre make pip install --pre --prefer-binary \ numpy pandas xarray netCDF4 packaging \ - build contextily dvc 'funcy=1.18' ipython rioxarray \ + build contextily dvc ipython rioxarray \ 'pytest>=6.0' pytest-cov pytest-doctestplus pytest-mpl \ sphinx-gallery diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index 867f06f3dc7..5c9912243ac 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -62,13 +62,12 @@ jobs: use-mamba: true # Install GMT and other required dependencies from conda-forge - # TODO: Remove funcy pin after next DVC release - name: Install dependencies run: | mamba install gmt=${{ matrix.gmt_version }} numpy \ pandas xarray netCDF4 packaging \ contextily geopandas ipython rioxarray \ - build dvc 'funcy=1.18' 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