From 53d55f47ffc763524d6a95c96ab848047b124097 Mon Sep 17 00:00:00 2001 From: JacobTh98 Date: Wed, 25 Oct 2023 14:19:30 +0200 Subject: [PATCH] set portaudio installation to sudo. --- .github/workflows/run_nb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_nb.yml b/.github/workflows/run_nb.yml index bc28b8b..a02f684 100644 --- a/.github/workflows/run_nb.yml +++ b/.github/workflows/run_nb.yml @@ -36,8 +36,8 @@ jobs: - run: pip install -r ci/requirements.txt - name: Install PortAudio library - run: apt-get install libportaudio2 - - run: apt-get install libasound-dev + run: sudo apt-get install libportaudio2 + - run: sudo apt-get install libasound-dev - name: Find notebooks id: find-notebooks