We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a40a9d commit 9c7d98bCopy full SHA for 9c7d98b
.github/workflows/dask_test.yaml
@@ -47,7 +47,7 @@ jobs:
47
cache-environment-key: environment-${{ steps.date.outputs.date }}-0
48
49
- name: Install current main versions of dask
50
- run: python -m pip install git+https://github.com/dask/dask
+ run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy
51
52
- name: Install current main versions of distributed
53
run: python -m pip install git+https://github.com/dask/distributed
ci/environment.yml
@@ -13,4 +13,4 @@ dependencies:
13
- xarray
14
- pip:
15
- git+https://github.com/dask/distributed
16
- - git+https://github.com/phofl/dask@read-csv-legacy
+ - git+https://github.com/dask/dask
0 commit comments