diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10cd6a9e..d5e007da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,6 +89,7 @@ jobs: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pytorch-version }}-pip- - name: Install dependencies run: | + sudo apt-get update sudo apt-get install libsndfile-dev jq # make python env cd tools; make CUDA_VERSION="" PYTHON=python${{ matrix.python-version }} PYTORCH_VERSION=${{ matrix.pytorch-version }} @@ -124,6 +125,7 @@ jobs: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pytorch-version }}-pip- - name: Install dependencies run: | + sudo apt-get update sudo apt-get install libsndfile-dev jq # make python env cd tools; make CUDA_VERSION="" PYTHON=python${{ matrix.python-version }} PYTORCH_VERSION=${{ matrix.pytorch-version }} @@ -163,6 +165,7 @@ jobs: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pytorch-version }}-pip- - name: Install dependencies run: | + sudo apt-get update sudo apt-get install libsndfile-dev jq # make python env cd tools; make CUDA_VERSION="" PYTHON=python${{ matrix.python-version }} PYTORCH_VERSION=${{ matrix.pytorch-version }}