From 61ef9508d221ce4af04b776ecd0be70460320c8f Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Wed, 24 Jul 2024 05:50:08 +0000 Subject: [PATCH] Revert "dep again." This reverts commit c789daa54985d66bbc59611154d428eaf53a5d26. --- .github/workflows/ci-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 9aa74bc9..bfcf1301 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -44,9 +44,7 @@ jobs: - name: install gnuradio run: | sudo add-apt-repository ppa:gnuradio/gnuradio-releases && sudo apt-get update && \ - sudo apt-get install -y --no-install-recommends gnuradio-dev python3-packaging && \ - sudo pip3 install -U pyserial requests numpy scipy && \ - sudo dpkg -r --force-depends python3-numpy python3-requests + sudo apt-get install -y --no-install-recommends gnuradio-dev python3-packaging - name: Install dependencies run: | for repodir in flatbuffers json libsigmf gr-iqtlabs ; do \ @@ -58,7 +56,9 @@ jobs: poetry install --no-interaction -C gamutrflib && \ poetry install --no-interaction -C gamutrfwaterfall && \ poetry install --no-interaction -C utils/mavlink-api && \ - poetry install --no-interaction + poetry install --no-interaction && \ + sudo pip3 install -U pyserial requests && \ + sudo dpkg -r --force-depends python3-numpy python3-requests - name: Code Quality - yamllint run: | yamllint -s *yml