Skip to content

Commit

Permalink
Fix CI - update tests.yml (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova authored May 22, 2024
1 parent 0af1e2f commit 8963720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8963720

Please sign in to comment.