mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-04 09:29:22 +08:00
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install build hatchling pytest soundfile
|
||||
pip install .[test]
|
||||
|
||||
- name: Build package
|
||||
run: python -m build --wheel --outdir dist
|
||||
|
||||
@@ -37,3 +37,10 @@ dependencies = [
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/snakers4/silero-vad"
|
||||
Issues = "https://github.com/snakers4/silero-vad/issues"
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
"pytest",
|
||||
"soundfile",
|
||||
"torch<2.9",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user