Skip to content

Commit 92c6110

Browse files
committed
Remove mypy typecheck step from Python tests workflow
Signed-off-by: DavidOsipov <[email protected]>
1 parent bad7099 commit 92c6110

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/python-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
run: |
5555
poetry install --no-interaction
5656
57-
- name: Typecheck with mypy
58-
run: |
59-
poetry run mypy feldman_vss.py
60-
6157
# Uncomment and modify when you have tests
6258
# - name: Run tests
6359
# run: |

0 commit comments

Comments
 (0)