Skip to content

Commit a183c3a

Browse files
committed
Use branches for iiasa/ixmp#552, iiasa/message_ix#894 in CI
1 parent 91d6302 commit a183c3a

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

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

96100
fail-fast: false
97101

.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)