Skip to content

Commit

Permalink
Use pint branch associated with hgrecco/pint#1508 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 13, 2022
1 parent 64aac42 commit fe0183f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe0183f

Please sign in to comment.