From 48a95343efcb034fd1ed5bc49849a032e07bbec4 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Thu, 6 Oct 2022 20:54:56 +0530 Subject: [PATCH] add sndfile --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c653451..469d88f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install sndfile + pip install soundfile pip install -r requirements.txt pip install black pytest-cov - name: Install enhancer