Skip to content

Commit 9f2458e

Browse files
committed
Pin ixmp4 version temporarily to enable CI success
1 parent 8f55fcf commit 9f2458e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
"ixmp[tests] @ git+https://github.com/iiasa/ixmp.git@main" \
6868
.[tests]
6969
70+
- name: TEMPORARY workaround https://github.com/iiasa/message_ix/issues/975
71+
run: uv pip install "ixmp4==0.11.1"
72+
7073
- name: Run test suite using pytest
7174
env:
7275
MESSAGE_IX_ZENODO_TOKEN: ${{ secrets.ZENODO_TOKEN }}

.github/workflows/pytest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ jobs:
214214
- name: Install the package and dependencies
215215
run: uv pip install --upgrade ${{ env.upstream-versions }} .[tests]
216216

217+
- name: TEMPORARY workaround https://github.com/iiasa/message_ix/issues/975
218+
run: uv pip install "ixmp4==0.11.1"
219+
217220
- name: Install R dependencies and tutorial requirements
218221
run: |
219222
install.packages(c("dplyr", "IRkernel", "reticulate"))

0 commit comments

Comments
 (0)