fx workflow

This commit is contained in:
adamnsandle
2025-11-06 08:04:02 +00:00
parent 90d9ce7695
commit dea5980320

View File

@@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build hatchling pytest soundfile torchcodec
pip install build hatchling pytest soundfile
- name: Build package
run: python -m build --wheel --outdir dist
@@ -52,5 +52,10 @@ jobs:
subprocess.check_call([sys.executable, "-m", "pip", "install", whl])
shell: python
- name: Install torchcodec
run: |
# Только ПОСЛЕ установки вашего пакета
pip install torchcodec
- name: Run tests
run: pytest tests