Skip to content

Commit 2c1d85e

Browse files
committed
Use branches for iiasa/ixmp#552, iiasa/message_ix#894 in CI
1 parent ae0cf78 commit 2c1d85e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ jobs:
105105
- { upstream: v3.10.0, python: "3.13" } # 2025-02-21
106106
# Development version + latest released Python
107107
- { upstream: main, python: "3.13" }
108+
# NB Python 3.9 not supported by ixmp4
109+
- { upstream: enh/ixmp4, python: "3.10"}
110+
- { upstream: enh/ixmp4, python: "3.13"}
108111

109112
exclude:
110113
# Specific version combinations that are invalid / not to be used
@@ -115,6 +118,7 @@ jobs:
115118
# Redundant with macos-latest
116119
- { os: macos-13, version: { upstream: v3.10.0 }}
117120
- { os: macos-13, version: { upstream: main }}
121+
- { os: macos-13, version: { upstream: enh/ixmp4 }}
118122

119123
fail-fast: false
120124

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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)