From 8963720585cb5b6e1a5455c02f754c205f28cd04 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Thu, 23 May 2024 01:40:50 +0200 Subject: [PATCH] Fix CI - update tests.yml (#768) --- .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 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