Spaces:
Sleeping
Sleeping
Simeon Krastev
commited on
Updated dependencies on test.yml
Browse files
.github/workflows/test.yml
CHANGED
|
@@ -17,7 +17,7 @@ jobs:
|
|
| 17 |
|
| 18 |
- name: Install dependencies
|
| 19 |
run: |
|
| 20 |
-
pip install pytest gradio huggingface_hub
|
| 21 |
|
| 22 |
- name: Run pytest with HF token
|
| 23 |
env:
|
|
|
|
| 17 |
|
| 18 |
- name: Install dependencies
|
| 19 |
run: |
|
| 20 |
+
pip install pytest gradio[oauth] huggingface_hub
|
| 21 |
|
| 22 |
- name: Run pytest with HF token
|
| 23 |
env:
|