Skip to content

Commit

Permalink
Install compatible dask-expr version
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 11, 2024
1 parent 385c9ee commit 8af3164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# TEMPORARY Work around dask v2024.11.0;
# see https://github.com/khaeru/genno/issues/149
pip install "dask < 2024.11.0"
pip install '"dask < 2024.11.0" "dask-expr < 1.1.17"'
- name: Configure local data path
run: |
Expand Down

0 comments on commit 8af3164

Please sign in to comment.