Skip to content

Commit

Permalink
Remove dask 2024.11 workaround in "pytest" CI workflow
Browse files Browse the repository at this point in the history
Partly revert 6032244
  • Loading branch information
khaeru committed Nov 20, 2024
1 parent 441c3e1 commit fba23d3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@ jobs:
pip install .[docs,tests] ${{ matrix.upstream.extra-deps }}
- name: Install specific dask versions as workaround
if: ${{ matrix.upstream.dask-dataframe }}
run: |
# TEMPORARY Work around dask v2024.11.0;
# see https://github.com/khaeru/genno/issues/149
pip install "dask[dataframe] < 2024.11.0"
- name: Configure local data path
run: |
mkdir -p message-local-data/cache
Expand Down

0 comments on commit fba23d3

Please sign in to comment.