mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
workflows: fixes typo on python package name (#17740)
The previous PR was merged optimistically.
This commit is contained in:
parent
514845592b
commit
8be1034346
2
.github/workflows/python_checks.yml
vendored
2
.github/workflows/python_checks.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Install Python3
|
||||
run: sudo apt-get install python3 python3-setuptools python3-pip -y
|
||||
- name: Install tools
|
||||
run: pip3 install --user mypy types-request flake8
|
||||
run: pip3 install --user mypy types-requests flake8
|
||||
- name: Check MAVSDK test scripts with mypy
|
||||
run: $HOME/.local/bin/mypy --strict test/mavsdk_tests/*.py
|
||||
- name: Check MAVSDK test scripts with flake8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user