Use sudo for installing opus things
This commit is contained in:
parent
be7500c8b7
commit
90d4e43c58
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user