Spaces:
Sleeping
Sleeping
VenkateshRoshan commited on
Commit ·
20953f9
1
Parent(s): 5b592f3
test_codes updated
Browse files
.github/workflows/test.yml
CHANGED
|
@@ -20,6 +20,11 @@ jobs:
|
|
| 20 |
uses: actions/setup-python@v4
|
| 21 |
with:
|
| 22 |
python-version: '3.10' # Specify the Python version to use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
- name: Install dependencies
|
| 25 |
run: |
|
|
|
|
| 20 |
uses: actions/setup-python@v4
|
| 21 |
with:
|
| 22 |
python-version: '3.10' # Specify the Python version to use
|
| 23 |
+
|
| 24 |
+
- name: Install ffmpeg
|
| 25 |
+
run: |
|
| 26 |
+
sudo apt-get update
|
| 27 |
+
sudo apt-get install ffmpeg -y # Install ffmpeg
|
| 28 |
|
| 29 |
- name: Install dependencies
|
| 30 |
run: |
|