Spaces:
Running
Running
enable test for hf model download
Browse files
.github/workflows/test.yaml
CHANGED
@@ -48,7 +48,7 @@ jobs:
|
|
48 |
run: pip list
|
49 |
|
50 |
- name: Login huggingface
|
51 |
-
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
52 |
env:
|
53 |
HF_TOKEN: ${{ secrets.HF_TOKEN_READ_ONLY }}
|
54 |
run:
|
|
|
48 |
run: pip list
|
49 |
|
50 |
- name: Login huggingface
|
51 |
+
# if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
52 |
env:
|
53 |
HF_TOKEN: ${{ secrets.HF_TOKEN_READ_ONLY }}
|
54 |
run:
|