Skip to content

Commit 5084cc6

Browse files
committed
fix: use mypy with ignore-missing-imports to skip external library issues
1 parent 9dc7511 commit 5084cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Type check with mypy
5858
run: |
59-
mypy src/
59+
mypy src/ --ignore-missing-imports --python-version 3.8
6060
6161
- name: Test with pytest
6262
env:

0 commit comments

Comments
 (0)