From 666d946ed703846deac7f36bcd192d050bb7e603 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 17 Sep 2024 10:43:45 +0200 Subject: [PATCH] Give me the rights. --- .github/workflows/nix_integration_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nix_integration_tests.yaml b/.github/workflows/nix_integration_tests.yaml index 4da36ec8..8ff6284f 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -38,6 +38,7 @@ jobs: export NCCL_P2P_DISABLE=1 sudo find $NVIDIA . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \; sudo find $NVIDIA . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \; + sudo chown -R runner /mnt/hf_cache/hub nix develop .#test --command pytest -svvx integration-tests/ --release env: HF_TOKEN: ${{ secrets.HF_TOKEN }}