Skip to content

Commit

Permalink
Replace workflow for pytest runs
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 11, 2024
1 parent 7c4d4aa commit 93aac8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
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 93aac8d

Please sign in to comment.