Fix python CI checks

This commit is contained in:
Jaeyoung-Lim 2021-11-22 13:01:16 +01:00 committed by JaeyoungLim
parent b4328e7459
commit 159a116286

View File

@ -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 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