Skip to content

Commit f726865

Browse files
committed
Use branches for iiasa/ixmp#552, iiasa/message_ix#894 in CI
1 parent aa49621 commit f726865

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pytest.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- { upstream: v3.9.0, python: "3.13" } # 2024-06-04
4646
# Development version + latest released Python
4747
- { upstream: main, python: "3.13" }
48+
# NB Python 3.9 and 3.13 not supported by ixmp4
49+
- { upstream: enh/ixmp4, python: "3.10"}
50+
- { upstream: enh/ixmp4, python: "3.12"}
4851

4952
exclude:
5053
# Specific version combinations that are invalid / not to be used
@@ -57,6 +60,7 @@ jobs:
5760
- { os: macos-latest, version: {upstream: v3.9.0 }}
5861
# Redundant with macos-latest
5962
- { os: macos-13, version: {upstream: main }}
63+
- { os: macos-13, version: {upstream: enh/ixmp4 }}
6064

6165
fail-fast: false
6266

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ repos:
1616
- sdmx1
1717
- types-PyYAML
1818
- types-tqdm
19-
- "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
20-
- "message-ix @ git+https://github.com/iiasa/message_ix.git@main"
19+
- "ixmp @ git+https://github.com/iiasa/ixmp.git@enh/ixmp4"
20+
- "message-ix @ git+https://github.com/iiasa/message_ix.git@enh/ixmp4"
2121
args: ["."]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
2323
rev: v0.7.4

0 commit comments

Comments
 (0)