Skip to content

Commit d390d1b

Browse files
committed
Fixup install paths
1 parent 98fef3c commit d390d1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dask_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cache-environment-key: environment-${{ steps.date.outputs.date }}-0
4848

4949
- name: Install current main versions of dask
50-
run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy
50+
run: python -m pip install git+https://github.com/dask/dask
5151

5252
- name: Install current main versions of distributed
5353
run: python -m pip install git+https://github.com/dask/distributed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cache-environment-key: environment-${{ steps.date.outputs.date }}-1
4848

4949
- name: Install current main versions of dask
50-
run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy
50+
run: python -m pip install git+https://github.com/dask/dask
5151
if: ${{ matrix.environment-file == 'ci/environment.yml' }}
5252

5353
- name: Install current main versions of distributed

0 commit comments

Comments
 (0)