Skip to content

Commit

Permalink
Apply workaround to nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 11, 2024
1 parent b0f04fd commit d177d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
(cd ixmp; pip install .[tests])
(cd message_ix; pip install .[tests])
# TEMPORARY Work around unionai-oss/pandera#1685;
# see https://github.com/khaeru/genno/issues/140
pip install "numpy < 2"
# 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:
Expand Down

0 comments on commit d177d2a

Please sign in to comment.