Skip to content

Commit

Permalink
Override pyam-iamc pin to old Pint on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 20, 2024
1 parent b946df5 commit 9ba20da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
pip install .[tests]
# TEMPORARY With Python 3.13 pyam-iamc resolves to 1.3.1, which in turn
# limits pint < 0.17. Override.
pip install --upgrade pint
- name: Run test suite using pytest
env:
# For test_cli.test_dl; see code in message_ix.cli.dl
Expand Down

0 comments on commit 9ba20da

Please sign in to comment.