mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 20:08:06 -05:00
mypy fail test
This commit is contained in:
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
run: pip install mypy
|
||||
- name: mypy check
|
||||
run: |
|
||||
- find . -name "*.py" | xargs mypy
|
||||
find . -name "*.py" | xargs mypy
|
||||
- name: do all unit tests
|
||||
run: bash runtests.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user