From 42107de71f054b9b01b9e52df08c5bb7791a57eb Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 16:16:29 +0200 Subject: [PATCH] Let's try to find libnvidia-ml --- .github/workflows/nix_integration_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nix_integration_tests.yaml b/.github/workflows/nix_integration_tests.yaml index b562de6b..54051afe 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -30,6 +30,8 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' env: USER: github_runner + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Build run: nix develop .#test --command echo "Ok" - name: Python tests.