Skip to content

Commit aea4eb9

Browse files
committed
Revert "ci: switch back from uv to pip"
This reverts commit 00f8d47. uv has fixed astral-sh/uv#1921, which should resolve timeout issues with pytorch/nvidia packages.
1 parent 6d06694 commit aea4eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
sudo apt-get install -y --no-install-recommends git make gcc
3939
make system-deps
4040
- name: Install/upgrade Python setup deps
41-
run: python3 -m pip install --upgrade pip setuptools wheel
41+
run: python3 -m pip install --upgrade pip setuptools wheel uv
4242
- name: Replace scarf urls
4343
if: contains(fromJSON('["data_tests", "inference_tests", "test_aux", "test_tts", "test_tts2", "test_xtts", "test_zoo0", "test_zoo1", "test_zoo2"]'), matrix.subset)
4444
run: |
4545
sed -i 's/https:\/\/coqui.gateway.scarf.sh\//https:\/\/github.com\/coqui-ai\/TTS\/releases\/download\//g' TTS/.models.json
4646
- name: Install TTS
4747
run: |
48-
python3 -m pip install .[all]
48+
python3 -m uv pip install --system "coqui-tts[dev,server,ja] @ ."
4949
python3 setup.py egg_info
5050
- name: Unit tests
5151
run: make ${{ matrix.subset }}

0 commit comments

Comments
 (0)