We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ffmpeg
1 parent 5b35a05 commit 38cf047Copy full SHA for 38cf047
1 file changed
.github/workflows/docs-website-test-docs-snippets.yml
@@ -40,6 +40,9 @@ jobs:
40
with:
41
python-version: "3.11"
42
43
+ - name: Install system dependencies
44
+ run: sudo apt-get install -y ffmpeg
45
+
46
- name: Install Hatch
47
run: |
48
python -m pip install --upgrade pip
0 commit comments