We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595295c commit 027f4e6Copy full SHA for 027f4e6
1 file changed
.github/workflows/python.yaml
@@ -39,8 +39,8 @@ jobs:
39
run: poetry install
40
- name: Run PyTest
41
run: poetry run pytest
42
- - name: Run mypy
43
- run: poetry run mypy mdh
+ # - name: Run mypy
+ # run: poetry run mypy mdh
44
# - name: nosetests
45
# run: |
46
# pip install nose
0 commit comments