From afcd047a581297c53bd20f624b8edc56b27b58b1 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 15:44:12 +0200 Subject: [PATCH] Yaml yaml. --- .github/workflows/nix_integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix_integration_tests.yaml b/.github/workflows/nix_integration_tests.yaml index 48f92376b..6410b9a76 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -33,7 +33,7 @@ jobs: - name: Build run: nix develop .#test --command echo "Ok" - name: Python tests. - run: + run: | sudo mkdir -p /run/opengl-driver/lib sudo find /usr/lib . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ nix develop .#test --command python -m pytest -svvx integration-tests/