From 4b77e54cc29677e90e2c9e63c7a9f9634950cbab Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Fri, 19 Jul 2024 07:54:55 +0000 Subject: [PATCH] requests. --- .github/workflows/ci-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 654f00f3..bfcf1301 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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