Skip to content

Commit 0a69f3f

Browse files
committed
Force pytest to run even if mypy fails
1 parent 214f7c2 commit 0a69f3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
mypy .
3030
- name: pytest
31+
if: always()
3132
run: |
3233
pytest --cov=torchinfo --cov-report= --durations=0
3334
- name: codecov

0 commit comments

Comments
 (0)