Skip to content

Commit

Permalink
Try fix tts path
Browse files Browse the repository at this point in the history
  • Loading branch information
pncnmnp authored May 16, 2023
1 parent bc2ef0f commit 098249d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg espeak
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m nltk.downloader punkt
~/.local/bin/tts --text "Testing Phoenix ten point one" --model_name tts_models/en/vctk/vits --speaker_idx p267 --out_path temp.wav
tts --text "Testing Phoenix ten point one" --model_name tts_models/en/vctk/vits --speaker_idx p267 --out_path temp.wav
rm temp.wav
- name: Run tests with coverage
Expand Down

0 comments on commit 098249d

Please sign in to comment.