We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af1e2f commit 8963720Copy full SHA for 8963720
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Setup the testing environment
33
- run: npm run generate-tests
34
- - run: git lfs install && git clone https://huggingface.co/Xenova/t5-small ./models/t5-small
+ - run: git lfs install && GIT_CLONE_PROTECTION_ACTIVE=false git clone https://huggingface.co/Xenova/t5-small ./models/t5-small
35
36
# Actually run tests
37
- run: npm run test
0 commit comments