Skip to content

Commit afc373e

Browse files
committed
Fix CI jobs
1 parent 812a5dc commit afc373e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
sudo apt-get update
3838
sudo apt-get install --no-install-recommends --yes libsndfile1 portaudio19-dev
3939
40-
4140
- name: Test building documentation
4241
run: uv run python -m sphinx docs/ docs/_build/ -b html -W
4342

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install doc dependencies
4141
run: |
4242
sudo apt-get update
43-
sudo apt-get install --no-install-recommends --yes libsndfile1 sox
43+
sudo apt-get install --no-install-recommends --yes libsndfile1 sox portaudio19-dev
4444
4545
- name: Build documentation
4646
run: uv run python -m sphinx docs/ docs/_build/ -b html

0 commit comments

Comments
 (0)