mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-04 17:39:22 +08:00
@@ -26,14 +26,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install build hatchling pytest
|
||||
pip install build hatchling pytest soundfile
|
||||
|
||||
- name: Build package
|
||||
run: python -m build --wheel --outdir dist
|
||||
|
||||
- name: List dist
|
||||
run: ls -la dist
|
||||
|
||||
- name: Install package
|
||||
run: pip install dist/*.whl
|
||||
|
||||
Reference in New Issue
Block a user