thunnai commited on
Commit
06d6333
·
1 Parent(s): 701d949

Install libsndfile1 for wav support

Browse files
Files changed (1) hide show
  1. .github/workflows/run-pytest.yaml +2 -0
.github/workflows/run-pytest.yaml CHANGED
@@ -12,6 +12,8 @@ jobs:
12
  runs-on: ubuntu-latest
13
  steps:
14
  - uses: actions/checkout@v4
 
 
15
  - name: Install uv
16
  uses: astral-sh/setup-uv@v5
17
  - name: Install the project
 
12
  runs-on: ubuntu-latest
13
  steps:
14
  - uses: actions/checkout@v4
15
+ - name: Install system dependencies
16
+ run: sudo apt-get update && sudo apt-get install -y libsndfile1
17
  - name: Install uv
18
  uses: astral-sh/setup-uv@v5
19
  - name: Install the project