mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
Use pytest_xdist for unit-test speed up in CI (#459)
* Remove unnecessary plot * Remove unnecessary plot * update appveyor.yml
This commit is contained in:
2
.github/workflows/Linux_CI.yml
vendored
2
.github/workflows/Linux_CI.yml
vendored
@@ -30,6 +30,8 @@ jobs:
|
||||
run: pip install mypy
|
||||
- name: install pycodestyle
|
||||
run: pip install pycodestyle
|
||||
- name: install pytest-xdist
|
||||
run: pip install pytest-xdist
|
||||
- name: mypy check
|
||||
run: |
|
||||
find AerialNavigation -name "*.py" | xargs mypy
|
||||
|
||||
5
.github/workflows/MacOS_CI.yml
vendored
5
.github/workflows/MacOS_CI.yml
vendored
@@ -28,13 +28,12 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
- name: install coverage
|
||||
run: pip install coverage
|
||||
|
||||
- name: install mypy
|
||||
run: pip install mypy
|
||||
|
||||
- name: install pycodestyle
|
||||
run: pip install pycodestyle
|
||||
|
||||
- name: install pytest-xdist
|
||||
run: pip install pytest-xdist
|
||||
- name: mypy check
|
||||
run: |
|
||||
find AerialNavigation -name "*.py" | xargs mypy
|
||||
|
||||
Reference in New Issue
Block a user