From 6b17f5c572af9cce6169fbb29e490c8a7f2b82b0 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Tue, 21 May 2024 00:04:12 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 67f047551..11427c54b 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