Add missing opus tools to CI

This commit is contained in:
Josh Meyer 2021-09-15 12:03:30 -04:00 committed by GitHub
parent 242d2eff2c
commit 1a55ce8078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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