Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -17,6 +17,11 @@ jobs:
|
|
| 17 |
uses: actions/setup-python@v4
|
| 18 |
with:
|
| 19 |
python-version: '3.10'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
- name: Install huggingface_hub
|
| 22 |
run: pip install huggingface_hub
|
|
|
|
| 17 |
uses: actions/setup-python@v4
|
| 18 |
with:
|
| 19 |
python-version: '3.10'
|
| 20 |
+
|
| 21 |
+
- name: Install dependencies
|
| 22 |
+
run: |
|
| 23 |
+
python -m pip install --upgrade pip
|
| 24 |
+
pip install -r requirements.txt
|
| 25 |
|
| 26 |
- name: Install huggingface_hub
|
| 27 |
run: pip install huggingface_hub
|