Spaces:
Sleeping
Sleeping
Commit
·
f7ff8d4
1
Parent(s):
497d310
Fixed actions
Browse files
.github/workflows/sync_to_huggingface.yml
CHANGED
|
@@ -10,7 +10,7 @@ jobs:
|
|
| 10 |
test-and-sync:
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
-
- uses: actions/checkout@
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
|
@@ -23,7 +23,7 @@ jobs:
|
|
| 23 |
- name: Install dependencies
|
| 24 |
run: |
|
| 25 |
python -m pip install --upgrade pip
|
| 26 |
-
pip install requirements.txt
|
| 27 |
|
| 28 |
- name: Run tests
|
| 29 |
run: python test.py
|
|
|
|
| 10 |
test-and-sync:
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
+
- uses: actions/checkout@v4
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
|
|
|
| 23 |
- name: Install dependencies
|
| 24 |
run: |
|
| 25 |
python -m pip install --upgrade pip
|
| 26 |
+
pip install -r requirements.txt
|
| 27 |
|
| 28 |
- name: Run tests
|
| 29 |
run: python test.py
|