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 b4fedf1 commit c82781cCopy full SHA for c82781c
.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/phofl/dask@read-csv-legacy
+ run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy -U
51
if: ${{ matrix.environment-file == 'ci/environment.yml' }}
52
53
- name: Install current main versions of distributed
0 commit comments