Skip to content

Commit 159a116

Browse files
committed
Fix python CI checks
1 parent b4328e7 commit 159a116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Python3
1919
run: sudo apt-get install python3 python3-setuptools python3-pip -y
2020
- name: Install tools
21-
run: pip3 install --user mypy flake8
21+
run: pip3 install --user mypy types-requests flake8
2222
- name: Check MAVSDK test scripts with mypy
2323
run: $HOME/.local/bin/mypy --strict test/mavsdk_tests/*.py
2424
- name: Check MAVSDK test scripts with flake8

0 commit comments

Comments
 (0)