Fix CI - update tests.yml (#768)

This commit is contained in:
Joshua Lochner 2024-05-23 01:40:50 +02:00 committed by GitHub
parent 0af1e2f3c2
commit 8963720585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
# Setup the testing environment
- run: npm run generate-tests
- 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
# Actually run tests
- run: npm run test