diff --git a/.github/workflows/geospatial.yml b/.github/workflows/geospatial.yml index 47294de404..b5c724a384 100644 --- a/.github/workflows/geospatial.yml +++ b/.github/workflows/geospatial.yml @@ -38,9 +38,6 @@ jobs: - name: Add geospatial dependencies run: mamba env update --file ci/environment-geospatial.yml - - name: Upgrade dask to git tip - run: mamba env update --file ci/environment-git-tip.yml - - name: Add test dependencies run: mamba env update --file ci/environment-test.yml diff --git a/ci/environment-geospatial.yml b/ci/environment-geospatial.yml index 23dc31078e..96a1c3381a 100644 --- a/ci/environment-geospatial.yml +++ b/ci/environment-geospatial.yml @@ -4,5 +4,7 @@ channels: - conda-forge dependencies: - memray ==1.13.4 - - pip: - - git+https://github.com/pydata/xarray + - dask ==2024.9.0 + - dask-expr ==1.1.14 + - distributed ==2024.9.0 + - xarray ==2024.9.0