We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b946df5 commit 9ba20daCopy full SHA for 9ba20da
.github/workflows/pytest.yaml
@@ -86,6 +86,10 @@ jobs:
86
pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
87
pip install .[tests]
88
89
+ # TEMPORARY With Python 3.13 pyam-iamc resolves to 1.3.1, which in turn
90
+ # limits pint < 0.17. Override.
91
+ pip install --upgrade pint
92
+
93
- name: Run test suite using pytest
94
env:
95
# For test_cli.test_dl; see code in message_ix.cli.dl
0 commit comments