Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jun 17, 2024
1 parent 1125579 commit 134031f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ 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"
- name: Run test suite using pytest
env:
MESSAGE_IX_CI_USER: ${{ secrets.ENE_DATA_USER }}
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ 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"
- name: Run test suite using pytest
env:
# For test_cli.test_dl; see code in message_ix.cli.dl
Expand Down Expand Up @@ -166,6 +170,10 @@ 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"
- name: Install R dependencies and tutorial requirements
run: |
install.packages("remotes")
Expand Down

0 comments on commit 134031f

Please sign in to comment.