From fe533dc57b00f1400ff397fcc04cf00afa88c7b8 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 16 Sep 2024 11:58:44 +0200 Subject: [PATCH] Back to failing version --- .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 87591aeb..f92f2ce2 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -30,12 +30,10 @@ 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/ - export NVIDIA=$(nix build --print-out-paths .#nvidia-driver)/lib/ + export NVIDIA=/usr/lib/ 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/ \; nix develop .#test --command pytest -svvx integration-tests/ --release