Skip to content

Commit

Permalink
Revert "dep again."
Browse files Browse the repository at this point in the history
This reverts commit c789daa.
  • Loading branch information
anarkiwi committed Jul 24, 2024
1 parent c789daa commit 61ef950
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 61ef950

Please sign in to comment.