Skip to content

Commit 8963720

Browse files
authored
Fix CI - update tests.yml (#768)
1 parent 0af1e2f commit 8963720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Setup the testing environment
3333
- run: npm run generate-tests
34-
- run: git lfs install && git clone https://huggingface.co/Xenova/t5-small ./models/t5-small
34+
- run: git lfs install && GIT_CLONE_PROTECTION_ACTIVE=false git clone https://huggingface.co/Xenova/t5-small ./models/t5-small
3535

3636
# Actually run tests
3737
- run: npm run test

0 commit comments

Comments
 (0)