Skip to content

Commit

Permalink
Use branches for iiasa/ixmp#552, iiasa/message_ix#894 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Feb 19, 2025
1 parent 91d6302 commit a183c3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- { upstream: v3.9.0, python: "3.13" } # 2024-06-04
# Development version + latest released Python
- { upstream: main, python: "3.13" }
# NB Python 3.9 not supported by ixmp4
- { upstream: enh/ixmp4, python: "3.10"}
- { upstream: enh/ixmp4, python: "3.13"}

exclude:
# Specific version combinations that are invalid / not to be used
Expand All @@ -92,6 +95,7 @@ jobs:
- { os: macos-latest, version: { upstream: v3.9.0 }}
# Redundant with macos-latest
- { os: macos-13, version: { upstream: main }}
- { os: macos-13, version: { upstream: enh/ixmp4 }}

fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repos:
- id: mypy
pass_filenames: false
additional_dependencies:
- "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
- "message-ix @ git+https://github.com/iiasa/message_ix.git@main"
- "ixmp @ git+https://github.com/iiasa/ixmp.git@enh/ixmp4"
- "message-ix @ git+https://github.com/iiasa/message_ix.git@enh/ixmp4"
- plotnine
- pytest
- sdmx1
Expand Down

0 comments on commit a183c3a

Please sign in to comment.