Spaces:
Running
Running
jhj0517
commited on
Commit
·
5567125
1
Parent(s):
7d1154c
Remove redundant line
Browse files- .github/workflows/ci.yml +0 -3
.github/workflows/ci.yml
CHANGED
@@ -34,9 +34,6 @@ jobs:
|
|
34 |
- name: Install git and ffmpeg
|
35 |
run: sudo apt-get update && sudo apt-get install -y git ffmpeg
|
36 |
|
37 |
-
- name: Install CPU torch
|
38 |
-
run: pip install torch
|
39 |
-
|
40 |
- name: Install dependencies
|
41 |
run: pip install -r requirements.txt pytest
|
42 |
|
|
|
34 |
- name: Install git and ffmpeg
|
35 |
run: sudo apt-get update && sudo apt-get install -y git ffmpeg
|
36 |
|
|
|
|
|
|
|
37 |
- name: Install dependencies
|
38 |
run: pip install -r requirements.txt pytest
|
39 |
|