From 5d6adc92d4271a5a26b7e6b62bf45a23ba21c28b Mon Sep 17 00:00:00 2001 From: Jacob Schmieder Date: Sun, 15 Oct 2023 18:24:31 +0200 Subject: [PATCH] added sudo idk if it will work --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 15266ba..9844332 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,7 @@ jobs: python-version: 3.9 - name: Install dependencies run: | - apt-get install libsndfile1-dev + sudo apt-get install libsndfile1-dev pip install --upgrade pip pip install -r requirements.txt pip install --upgrade --force-reinstall torch==1.11.0+cpu torchvision==0.12.0+cpu torchaudio==0.11.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu