Skip to content

Commit

Permalink
ci: cache downloaded tts models
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Nov 10, 2024
1 parent 2c35ac0 commit 66badeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
subset: ["data_tests", "inference_tests", "test_aux", "test_text", "test_tts", "test_tts2", "test_vocoder", "test_xtts", "test_zoo0", "test_zoo1", "test_zoo2"]
steps:
- uses: actions/checkout@v4
- name: Cache TTS models
uses: actions/cache@v3
with:
path: ~/.local/share/tts
key: tts-models-${{ hashFiles('TTS/.models.json') }}
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
Expand Down

0 comments on commit 66badeb

Please sign in to comment.