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 dadc13e commit 4b77e54
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,8 +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 pip3 install -U pyserial requests
sudo pip3 install -U pyserial requests && \
sudo dpkg -r --force-depends python3-numpy python3-requests
- name: Code Quality - yamllint
run: |
yamllint -s *yml
Expand Down

0 comments on commit 4b77e54

Please sign in to comment.