cyrusyc commited on
Commit
f20263e
·
1 Parent(s): 5f29db9

enable test for hf model download

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yaml +1 -1
.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: