Skip to content

Commit 027f4e6

Browse files
committed
workflow fix
1 parent 595295c commit 027f4e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
run: poetry install
4040
- name: Run PyTest
4141
run: poetry run pytest
42-
- name: Run mypy
43-
run: poetry run mypy mdh
42+
# - name: Run mypy
43+
# run: poetry run mypy mdh
4444
# - name: nosetests
4545
# run: |
4646
# pip install nose

0 commit comments

Comments
 (0)