Skip to content

Commit

Permalink
Revert "chore: remove jackd"
Browse files Browse the repository at this point in the history
This reverts commit 8019a46.
  • Loading branch information
maciejmajek committed Feb 6, 2025
1 parent 8019a46 commit e7464f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1

- name: Create virtual audio device
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get --yes install jackd
jackd -d dummy -r 44100 &
- name: Install python dependencies
run: poetry install --with openset,nomad

Expand Down

0 comments on commit e7464f9

Please sign in to comment.