mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-05 18:09:22 +08:00
fx
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -12,7 +12,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
|
#python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
|
||||||
|
python-version: ["3.10"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -30,6 +31,9 @@ jobs:
|
|||||||
- 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