Skip to content

Commit 58d1392

Browse files
committed
add phonemizer to setup extras test
1 parent 1e91c09 commit 58d1392

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
python -m uv pip install -e [quality,test]
7575
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
7676
python -m uv pip install pytest-reportlog
77-
python -m uv pip install phonemizer
7877
- name: Environment
7978
run: |
8079
python utils/print_env.py

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def run(self):
227227
"scipy",
228228
"torchvision",
229229
"transformers",
230+
"phonemizer",
230231
)
231232
extras["torch"] = deps_list("torch", "accelerate")
232233

0 commit comments

Comments
 (0)