Skip to content

Commit

Permalink
Merge pull request #62 from khaeru/pint-0.19.2
Browse files Browse the repository at this point in the history
Return to latest pint in pytest CI workflow
  • Loading branch information
khaeru committed Apr 24, 2022
2 parents d8cec1e + abcd770 commit c5a198c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,8 @@ jobs:
- name: Install Python package and dependencies
run: |
pip install --editable .[docs,tests]
- name: Specify version of pint
if: matrix.python-version != '3.7'
run: |
# Branch for with https://github.com/hgrecco/pint/pull/1508
pip install --upgrade git+https://github.com/khaeru/pint.git@issue/1498#egg=pint
# pyam-iamc (IAMconsortium/pyam#651) forces pint < 0.19; override
pip install --upgrade 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 c5a198c

Please sign in to comment.