Spaces:
Sleeping
Sleeping
Commit
·
2f8e9db
1
Parent(s):
c85cce9
Added torch import for testing
Browse files
.github/workflows/test_program.yml
CHANGED
@@ -22,7 +22,7 @@ jobs:
|
|
22 |
|
23 |
- name: Install dependencies
|
24 |
run: |
|
25 |
-
pip install pytest pytest-json-report gradio[oauth] huggingface_hub transformers
|
26 |
|
27 |
- name: Run pytest with verbose output
|
28 |
id: run_tests
|
|
|
22 |
|
23 |
- name: Install dependencies
|
24 |
run: |
|
25 |
+
pip install pytest pytest-json-report gradio[oauth] huggingface_hub torch transformers
|
26 |
|
27 |
- name: Run pytest with verbose output
|
28 |
id: run_tests
|