fx test workflow

This commit is contained in:
adamnsandle
2025-11-06 07:36:23 +00:00
parent 1cff663de5
commit 9b686893ad

View File

@@ -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