Skip to content

Commit

Permalink
Fixup install paths (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Dec 17, 2024
1 parent 98fef3c commit 36ba0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dask_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache-environment-key: environment-${{ steps.date.outputs.date }}-0

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

- name: Install current main versions of distributed
run: python -m pip install git+https://github.com/dask/distributed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache-environment-key: environment-${{ steps.date.outputs.date }}-1

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

- name: Install current main versions of distributed
Expand Down

0 comments on commit 36ba0fa

Please sign in to comment.