From d390d1bd5a3d4c3d5442ed8e462f37a1a1838998 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:32:58 +0100 Subject: [PATCH] Fixup install paths --- .github/workflows/dask_test.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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