Skip to content

Commit

Permalink
TEMPORARY Force pint > 0.17 in pytest CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Oct 14, 2024
1 parent 6738780 commit c3178dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
macos-skip-brew-update: true

- name: Install the Python package and dependencies
run: pip install --upgrade --upgrade-strategy=eager .[tests${{ matrix.python.extras }}]
run: pip install --upgrade --upgrade-strategy=eager .[tests${{ matrix.python.extras }}] "pint > 0.17"

- name: Run test suite using pytest
run: |
Expand Down

0 comments on commit c3178dc

Please sign in to comment.