From edaa7f847d8b51e7e43c10c1e8446f13f624720c Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 16:14:45 +0200 Subject: [PATCH] Does this work ? --- .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 bdac002c5..b562de6bc 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -36,6 +36,7 @@ jobs: run: | sudo mkdir -p /run/opengl-driver/lib sudo find /usr/lib . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \; + export LD_LIBRARY_PATH=/run/opengl-driver/lib nix develop .#test --command python -m pytest -svvx integration-tests/ env: HF_TOKEN: ${{ secrets.HF_TOKEN }}