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 c7d660d commit c055458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ 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: Install specific dask versions as workaround
if: ${{ matrix.upstream.dask-dataframe }}
Expand Down

0 comments on commit c055458

Please sign in to comment.