From 95c30d0835d572a4ed44161151970abb8868556b Mon Sep 17 00:00:00 2001 From: shahules786 Date: Thu, 6 Oct 2022 21:15:35 +0530 Subject: [PATCH] sudo install --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43b9e5e..4c64745 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + sudo apt-get install libsndfile1 pip install -r requirements.txt pip install black pytest-cov - name: Install enhancer