mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
first test running tests in github actions
This commit is contained in:
parent
73704ea206
commit
d6c182964b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/modem_tests.yml
vendored
4
.github/workflows/modem_tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue