Skip to content

Commit 1b28cd6

Browse files
Remove CI for static type checking
1 parent 77a45b5 commit 1b28cd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
run: |
4141
pip install '.[dev]'
4242
43-
- name: MyPy (static type check)
44-
run: |
45-
mypy -p torchexplorer --disable-error-code=import-untyped
43+
# - name: MyPy (static type check)
44+
# run: |
45+
# mypy -p torchexplorer --disable-error-code=import-untyped
4646

4747
- name: PyTest (local tests)
4848
if: always()

0 commit comments

Comments
 (0)