Skip to content

Commit

Permalink
Install parler in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostis-S-Z committed Dec 10, 2024
1 parent 2834d15 commit 263b0ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Install
run: pip install -e '.[tests]'

- name: Install parler dependency
run: pip install -e '.[parler_tts]'

- name: Run tests
run: pytest -v tests

0 comments on commit 263b0ef

Please sign in to comment.