From 5c4b2eaa30925b433916395235d03c8ac7da2cf1 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 13 Sep 2024 23:06:13 +0200 Subject: [PATCH] Seeing the damage on the release tests. --- .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 e38568f2..3e75f5d7 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -35,6 +35,6 @@ jobs: sudo mkdir -p /run/opengl-driver/lib sudo find /usr/lib . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \; sudo find /usr/lib . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \; - nix develop .#test --command python -m pytest -svvx integration-tests/ + nix develop .#test --command python -m pytest -svvx integration-tests/ --release env: HF_TOKEN: ${{ secrets.HF_TOKEN }}