From a95084d5eaa3c7836928c1edcbcbddc11d134262 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 14:19:22 +0200 Subject: [PATCH] Ignore the cache for now. --- .github/workflows/nix_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index 01b4ab38..f2209f8a 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -37,6 +37,5 @@ jobs: run: nix develop .#test --command python -m pytest server/tests/ env: HF_TOKEN: ${{ secrets.HF_TOKEN }} - HF_HOME: /mnt/cache/tgi/ - name: Rust tests. run: nix develop .#test --command cargo test