Skip to content

Commit

Permalink
serial.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Nov 24, 2023
1 parent 9132e03 commit a646af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
PYTHONPATH: /usr/local/lib/python3.10/dist-packages:/usr/lib/python3/dist-packages
run: |
sudo pip3 install pytype=="$(grep -E "pytype = " pyproject.toml | grep -Eo "[0-9\.]+")" && \
sudo pip3 install -U pyserial && \
pytype -k gamutrf/ && \
pytype -k utils/mavlink-api
- name: Test with pytest
Expand Down

0 comments on commit a646af3

Please sign in to comment.