Skip to content

Commit fb5e1bf

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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+
sudo 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)