Spaces:
Build error
Build error
jakewatson91 commited on
Update deploy_to_huggingface.yml
Browse files
.github/workflows/deploy_to_huggingface.yml
CHANGED
|
@@ -22,7 +22,7 @@ jobs:
|
|
| 22 |
|
| 23 |
- name: Install dependencies
|
| 24 |
run: |
|
| 25 |
-
pip install -r requirements.txt
|
| 26 |
|
| 27 |
- name: Configure Hugging Face remote
|
| 28 |
run: |
|
|
|
|
| 22 |
|
| 23 |
- name: Install dependencies
|
| 24 |
run: |
|
| 25 |
+
pip install --upgrade -r requirements.txt
|
| 26 |
|
| 27 |
- name: Configure Hugging Face remote
|
| 28 |
run: |
|