Skip to content

Commit 5233d35

Browse files
committed
Remove mypy step from test workflow (already run by pre-commit).
1 parent 4985d58 commit 5233d35

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test-package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
run: |
4242
pre-commit run --all-files --show-diff-on-failure --verbose
4343
44-
- name: Run mypy
45-
run: |
46-
mypy --follow-imports="skip" --ignore-missing-imports --install-types --non-interactive --strict
47-
4844
- name: Run tests
4945
run: |
5046
coverage run --append --source=fontbro -m unittest

0 commit comments

Comments
 (0)