From fe0183f87313bd484a0fe28ba7148ed9b99e532a Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 13 Apr 2022 10:33:41 +0200 Subject: [PATCH] Use pint branch associated with hgrecco/pint#1508 for CI --- .github/workflows/pytest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index cef1dfd5..22a0e816 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -77,10 +77,10 @@ jobs: run: python -m pip install --upgrade pip wheel setuptools-scm - name: Install Python package and dependencies - # pyam-iamc (IAMconsortium/pyam#589) forces pint 0.17; override run: | pip install --editable .[docs,tests] - pip install --upgrade pint + # Branch for with https://github.com/hgrecco/pint/pull/1508 + pip install --upgrade git+https://github.com/khaeru/pint.git@issue/1498#egg=pint - name: Run test suite using pytest run: pytest genno --trace-config --verbose --cov-report=xml --cov-report=term --color=yes