Skip to content

Commit 652ed81

Browse files
committed
[Core] add ffmpeg to autotest env
1 parent dfd2fb9 commit 652ed81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/autotest_e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install test dependencies
3333
shell: bash
3434
run: |
35+
apt install -y ffmpeg
3536
python3 -m pip install --upgrade pip
3637
pip install pytest pytest-xdist pytest-timeout
3738
- name: Run tests

0 commit comments

Comments
 (0)