File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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"))
You can’t perform that action at this time.
0 commit comments