diff --git a/.github/workflows/dask_test.yaml b/.github/workflows/dask_test.yaml index a4a25d44d..6c03f465d 100644 --- a/.github/workflows/dask_test.yaml +++ b/.github/workflows/dask_test.yaml @@ -47,7 +47,7 @@ jobs: cache-environment-key: environment-${{ steps.date.outputs.date }}-0 - name: Install current main versions of dask - run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy + run: python -m pip install git+https://github.com/dask/dask - name: Install current main versions of distributed run: python -m pip install git+https://github.com/dask/distributed diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 07c8dcc27..b8cca6b61 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: cache-environment-key: environment-${{ steps.date.outputs.date }}-1 - name: Install current main versions of dask - run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy + run: python -m pip install git+https://github.com/dask/dask if: ${{ matrix.environment-file == 'ci/environment.yml' }} - name: Install current main versions of distributed