Spaces:
Running
Running
David Pomerenke
commited on
Commit
·
c144fd8
1
Parent(s):
53c941c
Use uv for pushing to HF
Browse files
.github/workflows/nightly-evals.yml
CHANGED
|
@@ -46,7 +46,7 @@ jobs:
|
|
| 46 |
env:
|
| 47 |
HUGGINGFACE_ACCESS_TOKEN: ${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
|
| 48 |
run: |
|
| 49 |
-
python -c '
|
| 50 |
from huggingface_hub import upload_folder
|
| 51 |
import os
|
| 52 |
|
|
|
|
| 46 |
env:
|
| 47 |
HUGGINGFACE_ACCESS_TOKEN: ${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
|
| 48 |
run: |
|
| 49 |
+
uv run python -c '
|
| 50 |
from huggingface_hub import upload_folder
|
| 51 |
import os
|
| 52 |
|