diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa07cc3..43b9e5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install soundfile pip install -r requirements.txt pip install black pytest-cov - name: Install enhancer