From 7f4665ef968db211e9f1bf5e79bb53141174fabc Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Wed, 27 Sep 2023 21:09:23 -0400 Subject: [PATCH] CI: Remove install of soundfile on ubuntu No longer needed now that the wheel includes it --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 309d3a0..5ef9778 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,6 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: install libsndfile1 on ubuntu - if: matrix.os == 'ubuntu-latest' - run: sudo apt install libsndfile1 - name: run tests run: | pip install nox