Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
1992e8f
1
Parent(s):
70b8ba8
Add dependency on pytest success
Browse files
.github/workflows/tests.yml
CHANGED
|
@@ -47,6 +47,7 @@ jobs:
|
|
| 47 |
sync-to-hub:
|
| 48 |
name: Sync to Hugging Face hub
|
| 49 |
runs-on: ubuntu-latest
|
|
|
|
| 50 |
steps:
|
| 51 |
- uses: actions/checkout@v3
|
| 52 |
with:
|
|
|
|
| 47 |
sync-to-hub:
|
| 48 |
name: Sync to Hugging Face hub
|
| 49 |
runs-on: ubuntu-latest
|
| 50 |
+
needs: build
|
| 51 |
steps:
|
| 52 |
- uses: actions/checkout@v3
|
| 53 |
with:
|