From 134c7f2e8b567e880ece0b8b7a44d84cd936a894 Mon Sep 17 00:00:00 2001 From: Clea Parcerisas Date: Mon, 20 Nov 2023 06:50:56 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 987f71c..0908d2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: python-version: ${{ matrix.python-versions }} - name: Install poetry run: | + sudo apt-get update python -m pip install --upgrade pip sudo apt-get install libsndfile1 python -m pip install poetry @@ -34,4 +35,4 @@ jobs: - name: Run unit tests run: | - make tests \ No newline at end of file + make tests