Add missing opus tools to CI
This commit is contained in:
parent
242d2eff2c
commit
1a55ce8078
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@ -697,6 +697,7 @@ jobs:
|
|||||||
mkdir -p ${CI_ARTIFACTS_DIR} || true
|
mkdir -p ${CI_ARTIFACTS_DIR} || true
|
||||||
- name: Run python notebooks
|
- name: Run python notebooks
|
||||||
run: |
|
run: |
|
||||||
|
apt-get install libopusfile0 libopus-dev libopusfile-dev
|
||||||
python -m pip install jupyter
|
python -m pip install jupyter
|
||||||
./ci_scripts/notebook-tests.sh
|
./ci_scripts/notebook-tests.sh
|
||||||
- name: Run basic training tests
|
- name: Run basic training tests
|
||||||
|
Loading…
Reference in New Issue
Block a user