From fdad40543763e1f7a2cb38fc2341ffc4bccddc74 Mon Sep 17 00:00:00 2001 From: IlyasMoutawwakil Date: Tue, 23 Jul 2024 11:00:23 +0200 Subject: [PATCH] serial benchmarks --- .github/workflows/test_cli_mps_pytorch.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_cli_mps_pytorch.yaml b/.github/workflows/test_cli_mps_pytorch.yaml index 699c98b9..b1942bfa 100644 --- a/.github/workflows/test_cli_mps_pytorch.yaml +++ b/.github/workflows/test_cli_mps_pytorch.yaml @@ -44,4 +44,5 @@ jobs: pip install -e .[testing,diffusers,timm,peft] - name: Run tests - run: pytest -s -k "cli and mps and pytorch" + run: | + FORCE_SERIAL=1 pytest -s -k "cli and mps and pytorch"