Skip to content

Commit 38cf047

Browse files
test: running documentation code snippets require ffmpeg (#11601)
1 parent 5b35a05 commit 38cf047

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs-website-test-docs-snippets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
with:
4141
python-version: "3.11"
4242

43+
- name: Install system dependencies
44+
run: sudo apt-get install -y ffmpeg
45+
4346
- name: Install Hatch
4447
run: |
4548
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)