Skip to content

Commit

Permalink
pin dask
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jan 21, 2025
1 parent 5af7225 commit f88b159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install the library
run: pip install uv && uv pip install --system ".[dev]" fugue[dask,spark]>=0.8.1
run: pip install uv && uv pip install --system ".[dev]" fugue[dask,spark]>=0.8.1 dask<=2024.12.1

- name: Run tests
run: nbdev_test --do_print --timing --flags 'datasets distributed matplotlib polars pyarrow scipy'
Expand Down

0 comments on commit f88b159

Please sign in to comment.