Skip to content

Commit b4fedf1

Browse files
committed
Remove custom read-csv stuff
1 parent 69a647f commit b4fedf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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/dask/dask
50+
run: python -m pip install git+https://github.com/phofl/dask@read-csv-legacy
5151
if: ${{ matrix.environment-file == 'ci/environment.yml' }}
5252

5353
- name: Install current main versions of distributed

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
- xarray
1414
- pip:
1515
- git+https://github.com/dask/distributed
16-
- git+https://github.com/phofl/dask@read-csv-legacy
16+
- git+https://github.com/dask/dask

0 commit comments

Comments
 (0)