We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a45b5 commit 1b28cd6Copy full SHA for 1b28cd6
.github/workflows/ci.yml
@@ -40,9 +40,9 @@ jobs:
40
run: |
41
pip install '.[dev]'
42
43
- - name: MyPy (static type check)
44
- run: |
45
- mypy -p torchexplorer --disable-error-code=import-untyped
+ # - name: MyPy (static type check)
+ # run: |
+ # mypy -p torchexplorer --disable-error-code=import-untyped
46
47
- name: PyTest (local tests)
48
if: always()
0 commit comments