Skip to content

Commit 4341159

Browse files
committed
Use branches for iiasa/ixmp#552, iiasa/message_ix#894 in CI
1 parent 7f94f8a commit 4341159

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
@@ -81,6 +81,9 @@ jobs:
8181
- { upstream: v3.9.0, python: "3.13" } # 2024-06-04
8282
# Development version + latest released Python
8383
- { upstream: main, python: "3.13" }
84+
# NB Python 3.9 not supported by ixmp4
85+
- { upstream: enh/ixmp4, python: "3.10"}
86+
- { upstream: enh/ixmp4, python: "3.13"}
8487

8588
exclude:
8689
# Specific version combinations that are invalid / not to be used
@@ -91,6 +94,7 @@ jobs:
9194
- { os: macos-latest, version: { upstream: v3.9.0 }}
9295
# Redundant with macos-latest
9396
- { os: macos-13, version: { upstream: main }}
97+
- { os: macos-13, version: { upstream: enh/ixmp4 }}
9498

9599
fail-fast: false
96100

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repos:
55
- id: mypy
66
pass_filenames: false
77
additional_dependencies:
8-
- "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
9-
- "message-ix @ git+https://github.com/iiasa/message_ix.git@main"
8+
- "ixmp @ git+https://github.com/iiasa/ixmp.git@enh/ixmp4"
9+
- "message-ix @ git+https://github.com/iiasa/message_ix.git@enh/ixmp4"
1010
- plotnine
1111
- pytest
1212
- sdmx1

0 commit comments

Comments
 (0)