From d6c182964b1c47f00cd7fec4c8f4af304d3ff646 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Mon, 20 Nov 2023 15:31:33 +0100 Subject: [PATCH] first test running tests in github actions --- .github/workflows/modem_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/modem_tests.yml b/.github/workflows/modem_tests.yml index fd25c097..7395ceba 100644 --- a/.github/workflows/modem_tests.yml +++ b/.github/workflows/modem_tests.yml @@ -35,13 +35,13 @@ jobs: - name: Install system packages shell: bash run: | - sudo apt-get update + sudo apt-get update || true sudo apt-get install octave octave-common octave-signal sox - name: Install python packages shell: bash run: | - pip install -r requirements.txt + pip3 install -r requirements.txt - name: Build codec2 shell: bash