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 fba23d3 commit 186ba29
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 @@ -119,6 +119,10 @@ jobs:
pip install .[docs,tests] ${{ matrix.upstream.extra-deps }}
# 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: Configure local data path
run: |
mkdir -p message-local-data/cache
Expand Down

0 comments on commit 186ba29

Please sign in to comment.