Skip to content

Commit

Permalink
run against fork
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Nov 4, 2024
1 parent 14f14b2 commit 567086b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dask_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ 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/dask/dask
run: python -m pip install git+https://github.com/fjetter/dask@task_spec_remove_recursion

- name: Install current main versions of distributed
run: python -m pip install git+https://github.com/dask/distributed
run: python -m pip install git+https://github.com/fjetter/distributed@task_spec_remove_recursion

- name: Install dask-expr
run: python -m pip install -e . --no-deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ 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/dask/dask
run: python -m pip install git+https://github.com/fjetter/dask@task_spec_remove_recursion
if: ${{ matrix.environment-file == 'ci/environment.yml' }}

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

- name: Install dask-expr
Expand Down
4 changes: 2 additions & 2 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
- sqlalchemy
- xarray
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/dask/dask
- git+https://github.com/fjetter/distributed@task_spec_remove_recursion
- git+https://github.com/fjetter/dask@task_spec_remove_recursion

0 comments on commit 567086b

Please sign in to comment.