Skip to content

Commit

Permalink
Add virtual audio device to test procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
rachwalk committed Jan 2, 2025
1 parent f1c2a6d commit d3b9ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1

- name: Create virtual audio device
runs: jackd -d dummy &

- name: Install python dependencies
run: poetry install --with openset,nomad

Expand Down

0 comments on commit d3b9ece

Please sign in to comment.