first test running tests in github actions

This commit is contained in:
DJ2LS 2023-11-20 15:31:33 +01:00
parent 73704ea206
commit d6c182964b

View file

@ -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