We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd2fb9 commit 652ed81Copy full SHA for 652ed81
1 file changed
.github/workflows/autotest_e2e.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Install test dependencies
33
shell: bash
34
run: |
35
+ apt install -y ffmpeg
36
python3 -m pip install --upgrade pip
37
pip install pytest pytest-xdist pytest-timeout
38
- name: Run tests
0 commit comments