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