mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 16:47:55 -05:00
Update pythonpackage.yml
This commit is contained in:
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
@@ -28,9 +28,5 @@ jobs:
|
||||
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
- name: Test1
|
||||
run: ls
|
||||
shell: bash
|
||||
- name: Test
|
||||
run: runtests.sh
|
||||
shell: bash
|
||||
run: bash runtests.sh
|
||||
|
||||
Reference in New Issue
Block a user