Skip to content

Commit 9e25a58

Browse files
committed
Fix CI: add --ignore-missing-imports to mypy
1 parent a9e0105 commit 9e25a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
run: pip install -e ".[dev]"
8888

8989
- name: Run mypy
90-
run: mypy src/
90+
run: mypy src/ --ignore-missing-imports

0 commit comments

Comments
 (0)