From 36298533ff5eba1bd0a5860a8038b90a042909d9 Mon Sep 17 00:00:00 2001 From: vfdev Date: Sun, 10 Dec 2023 23:20:49 +0100 Subject: [PATCH] Reduce max-parallel in pytorch-version-tests.yml --- .github/workflows/pytorch-version-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytorch-version-tests.yml b/.github/workflows/pytorch-version-tests.yml index 1b8672c0a47..978f0c15de9 100644 --- a/.github/workflows/pytorch-version-tests.yml +++ b/.github/workflows/pytorch-version-tests.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 45 strategy: - max-parallel: 10 + max-parallel: 7 fail-fast: false matrix: python-version: [3.8, 3.9, "3.10"]