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 69a647f commit b4fedf1Copy full SHA for b4fedf1
.github/workflows/test.yaml
@@ -47,7 +47,7 @@ jobs:
47
cache-environment-key: environment-${{ steps.date.outputs.date }}-1
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
if: ${{ matrix.environment-file == 'ci/environment.yml' }}
52
53
- name: Install current main versions of 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