Skip to content

Commit 8398208

Browse files
Add system dependency installation to docs deploy workflow
1 parent 9a3f867 commit 8398208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
python-version: '3.11'
2727

28+
- name: Install system dependencies
29+
run: sudo apt-get update && sudo apt-get install -y portaudio19-dev
30+
2831
- name: Install dependencies
2932
run: |
3033
pip install uv

0 commit comments

Comments
 (0)