Skip to content

Commit 0ae4828

Browse files
ci: convert workflow file to use tox to run mypy
Convert workflow file to use tox to run mypy on the latest version of python as well as python 3.9 (to avoid incompatible uses). Signed-off-by: John Mulligan <jmulligan@redhat.com>
1 parent 3574799 commit 0ae4828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ jobs:
4444
tox -e ruff-check
4545
- name: Type Checking (mypy)
4646
run: |
47-
python3 -m mypy --version
48-
python3 -m mypy varlink/
47+
tox -e py3-mypy,py39-mypy
4948
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)