diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5161080..a86d5f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install build hatchling pytest soundfile + pip install build hatchling pytest soundfile torchcodec - name: Build package run: python -m build --wheel --outdir dist