We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc23fe commit c36aa27Copy full SHA for c36aa27
.github/workflows/pythonpackage.yml
@@ -34,7 +34,7 @@ jobs:
34
run: pip install mypy
35
- name: mypy check
36
run: |
37
- - find . -name "*.py" | xargs mypy
+ find . -name "*.py" | xargs mypy
38
- name: do all unit tests
39
run: bash runtests.sh
40
0 commit comments