Skip to content

Commit

Permalink
Add 'check-min-python-is-tested' to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Aug 16, 2023
1 parent 7556856 commit 8be9ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ jobs:
run: python -m pip install -U tox
- name: check package metadata
run: python -m tox -e twine-check,poetry-check
- name: check min version is tested in CI
run: python -m tox r -e check-min-python-is-tested

0 comments on commit 8be9ad5

Please sign in to comment.