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.
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.