From 85682000a92eb710fa3936d356d46b55ee1c8c69 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Wed, 28 Jan 2026 17:46:59 +0530 Subject: [PATCH] up --- .github/workflows/pr_tests_gpu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_tests_gpu.yml b/.github/workflows/pr_tests_gpu.yml index 17ed930622..1f141b88d0 100644 --- a/.github/workflows/pr_tests_gpu.yml +++ b/.github/workflows/pr_tests_gpu.yml @@ -294,6 +294,7 @@ jobs: env: HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }} run: | + uv pip install ".[training]" pytest -n 1 --max-worker-restart=0 --dist=loadfile --make-reports=examples_torch_cuda examples/ - name: Failure short reports