diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 67f0475..11427c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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