Skip to content

Commit c36aa27

Browse files
committed
mypy fail test
1 parent 8dc23fe commit c36aa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pip install mypy
3535
- name: mypy check
3636
run: |
37-
- find . -name "*.py" | xargs mypy
37+
find . -name "*.py" | xargs mypy
3838
- name: do all unit tests
3939
run: bash runtests.sh
4040

0 commit comments

Comments
 (0)