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 Nov 28, 2024
1 parent 464e579 commit c669e15
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 @@ -45,6 +45,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 and 3.13 not supported by ixmp4
- { upstream: enh/ixmp4, python: "3.10"}
- { upstream: enh/ixmp4, python: "3.12"}

exclude:
# Specific version combinations that are invalid / not to be used
Expand All @@ -57,6 +60,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 @@ -16,8 +16,8 @@ repos:
- sdmx1
- types-PyYAML
- types-tqdm
- "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"
args: ["."]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
Expand Down

0 comments on commit c669e15

Please sign in to comment.