Skip to content

Commit

Permalink
Remove dask 2024.11.0 work-around in "pytest" CI workflow
Browse files Browse the repository at this point in the history
Partly reverts afd7420
  • Loading branch information
khaeru committed Nov 20, 2024
1 parent 31418b3 commit b946df5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ jobs:
pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
pip install .[tests]
# TEMPORARY Work around dask v2024.11.0;
# see https://github.com/khaeru/genno/issues/149
pip install "dask < 2024.11.0"
- name: Run test suite using pytest
env:
# For test_cli.test_dl; see code in message_ix.cli.dl
Expand Down

0 comments on commit b946df5

Please sign in to comment.