Skip to content

Commit 62f5abe

Browse files
committed
type_check.yml: make mypy check optional
1 parent 8482ce5 commit 62f5abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/type_check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
run: pip install .
2828

2929
- name: Run `mypy` type checker
30+
# proceed even if mypy checking fails:
31+
continue-on-error: true
3032
run: mypy --strict .

0 commit comments

Comments
 (0)