From 9f548fa82a91c5aacdcc8c9fdc98b9b0efe76a40 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Sun, 15 Sep 2024 14:58:51 +0200 Subject: [PATCH] Change the home location ? --- .github/workflows/nix_integration_tests.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nix_integration_tests.yaml b/.github/workflows/nix_integration_tests.yaml index 7d0731ce..39f76ec8 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -30,8 +30,6 @@ jobs: USER: github_runner - name: Build run: nix develop .#test --command echo "Ok" - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - name: Python tests. run: | sudo mkdir -p /run/opengl-driver/lib @@ -41,4 +39,4 @@ jobs: nix develop .#test --command pytest -svv integration-tests/ --release env: HF_TOKEN: ${{ secrets.HF_TOKEN }} - HF_HOME: /mnt/cache + HF_HOME: /mnt/