Use sudo for installing opus things

This commit is contained in:
Josh Meyer 2021-09-15 12:22:05 -04:00 committed by GitHub
parent be7500c8b7
commit 90d4e43c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -697,7 +697,7 @@ jobs:
mkdir -p ${CI_ARTIFACTS_DIR} || true
- name: Run python notebooks
run: |
apt-get install libopusfile0 libopus-dev libopusfile-dev
sudo apt-get install -y --no-install-recommends libopusfile0 libopus-dev libopusfile-dev
python -m pip install jupyter
./ci_scripts/notebook-tests.sh
- name: Run basic training tests