Skip to content

Commit 9ba20da

Browse files
committed
Override pyam-iamc pin to old Pint on Python 3.13
1 parent b946df5 commit 9ba20da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pytest.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
8787
pip install .[tests]
8888
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+
8993
- name: Run test suite using pytest
9094
env:
9195
# For test_cli.test_dl; see code in message_ix.cli.dl

0 commit comments

Comments
 (0)