From c4bbe06bf1080c918456f09114c673455742032f Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Sat, 14 Sep 2024 15:02:56 +0200 Subject: [PATCH] Simpler command --- .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 cdd4f37b..8e7e75be 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 -svv integration-tests/ --release + nix develop .#test --command pytest -svv integration-tests/ --release env: HF_TOKEN: ${{ secrets.HF_TOKEN }}