diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e5d690f85..5915c20d4 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -132,6 +132,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