jhj0517
commited on
Commit
•
a7b7a6b
1
Parent(s):
cc3d06b
Add ffmpeg
Browse files- .github/workflows/ci.yml +3 -0
.github/workflows/ci.yml
CHANGED
@@ -28,6 +28,9 @@ jobs:
|
|
28 |
with:
|
29 |
python-version: ${{ matrix.python }}
|
30 |
|
|
|
|
|
|
|
31 |
- name: Install dependencies
|
32 |
run: pip install -r requirements.txt pytest scikit-image moviepy
|
33 |
|
|
|
28 |
with:
|
29 |
python-version: ${{ matrix.python }}
|
30 |
|
31 |
+
- name: Install ffmpeg
|
32 |
+
run: sudo apt-get update && sudo apt-get install -y ffmpeg
|
33 |
+
|
34 |
- name: Install dependencies
|
35 |
run: pip install -r requirements.txt pytest scikit-image moviepy
|
36 |
|