Skip to content

Commit d650ffb

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/autotest_e2e.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
autotest:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Install ffmpeg
15+
shell: bash
16+
run: |
17+
sudo apt update
18+
sudo apt install -y ffmpeg
1419
- name: Checkout code
1520
uses: actions/checkout@v4
1621
- name: "Download assets"
@@ -29,7 +34,7 @@ jobs:
2934
- name: build assets
3035
shell: bash
3136
run: python3 -X utf8 ./build_assets.py --export-built-embedded src/preppipe/assets/_install
32-
- name: Install test dependencies
37+
- name: Install pytest
3338
shell: bash
3439
run: |
3540
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)