Skip to content

Commit

Permalink
Remove pint upgrade (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Natsuo Kishimoto <mail@paul.kishimoto.name>
  • Loading branch information
LauWien and khaeru committed Sep 16, 2022
1 parent 60567eb commit ea0c53e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,11 @@ jobs:
- name: Install Python package and dependencies
run: |
pip install --editable .[docs,tests]
# pyam-iamc (IAMconsortium/pyam#651) forces pint < 0.19; override
pip install --upgrade pint
# TEMPORARY downgrade xarray pending khaeru/genno#67
pip install xarray!=2022.6.0
# TEMPORARY downgrade matplotlib pending has2k1/plotnine#619
pip install "matplotlib<3.6.0"
- 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 ea0c53e

Please sign in to comment.