idiap / coqui-ai-TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
https://coqui-tts.readthedocs.io
Mozilla Public License 2.0
611 stars 71 forks source link

ci: allow testing out trainer/coqpit branches before release #168

Closed eginhard closed 6 days ago

eginhard commented 6 days ago

Previously I had to manually modify the dependencies and make PRs to run the tests of TTS on a custom branch of Trainer or Coqpit before making a new release there. This PR adds a workflow_dispatch trigger, so that the tests can be manually launched on a specified branch. By default it keeps installing the released Trainer/Coqpit version.