mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 15:08:03 -05:00
mypy fail test
This commit is contained in:
11
.github/workflows/pythonpackage.yml
vendored
11
.github/workflows/pythonpackage.yml
vendored
@@ -30,11 +30,12 @@ jobs:
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
- name: install coverage
|
||||
run: pip install coverage
|
||||
- name: Mypy Check
|
||||
uses: jpetrucciani/mypy-check@0.761
|
||||
with:
|
||||
path: './AerialNavigation ./PathPlanning'
|
||||
- name: Test
|
||||
- name: install mypy
|
||||
run: pip install mypy
|
||||
- name: mypy check
|
||||
run: |
|
||||
- find . -name "*.py" | xargs mypy
|
||||
- name: do all unit tests
|
||||
run: bash runtests.sh
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user