From a3a0491db8f25bbd5e595984327cc25d783516c8 Mon Sep 17 00:00:00 2001 From: Tryndaron Date: Tue, 2 Apr 2024 14:35:09 +0200 Subject: [PATCH] libsndfile --- .github/workflows/pytest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index f674f77..1b5da15 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -25,7 +25,8 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install . + pip install . + apt-get install libsndfile1-dev pip install pytest