Skip to content

Commit

Permalink
requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jul 19, 2024
1 parent 2917279 commit dadc13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
poetry install --no-interaction -C gamutrfwaterfall && \
poetry install --no-interaction -C utils/mavlink-api && \
poetry install --no-interaction && \
sudo dpkg -r --force-depends python3-numpy
sudo dpkg -r --force-depends python3-numpy && \
sudo pip3 install -U pyserial requests
- name: Code Quality - yamllint
run: |
yamllint -s *yml
Expand All @@ -75,7 +76,6 @@ 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 gamutrflib/ && \
pytype -k utils/mavlink-api
Expand Down

0 comments on commit dadc13e

Please sign in to comment.