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/