mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Fix python CI checks
This commit is contained in:
committed by
JaeyoungLim
parent
b4328e7459
commit
159a116286
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Install Python3
|
- name: Install Python3
|
||||||
run: sudo apt-get install python3 python3-setuptools python3-pip -y
|
run: sudo apt-get install python3 python3-setuptools python3-pip -y
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: pip3 install --user mypy flake8
|
run: pip3 install --user mypy types-requests flake8
|
||||||
- name: Check MAVSDK test scripts with mypy
|
- name: Check MAVSDK test scripts with mypy
|
||||||
run: $HOME/.local/bin/mypy --strict test/mavsdk_tests/*.py
|
run: $HOME/.local/bin/mypy --strict test/mavsdk_tests/*.py
|
||||||
- name: Check MAVSDK test scripts with flake8
|
- name: Check MAVSDK test scripts with flake8
|
||||||
|
|||||||
Reference in New Issue
Block a user