From bce9105ac79636f68dcfdcfc9481b89533db65e5 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Fri, 26 Jul 2024 10:04:01 +0530 Subject: [PATCH] [CI] Fix parallelism in nightly tests (#8983) update --- .github/workflows/nightly_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index 986dd83527..ffb1694b53 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -111,8 +111,8 @@ jobs: run: shell: bash strategy: + max-parallel: 2 matrix: - max-parallel: 2 module: [models, schedulers, lora, others, single_file, examples] steps: - name: Checkout diffusers