From 828d2a5a0e49f017e3a75a31baf18edbc5b25870 Mon Sep 17 00:00:00 2001 From: Gabriele Oliaro Date: Sun, 24 Sep 2023 16:16:24 -0400 Subject: [PATCH] fix --- .github/workflows/per-lib-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/per-lib-check.yml b/.github/workflows/per-lib-check.yml index 28c083189c..839a0f395c 100644 --- a/.github/workflows/per-lib-check.yml +++ b/.github/workflows/per-lib-check.yml @@ -12,6 +12,7 @@ jobs: run: shell: bash -l {0} # required to use an activated conda environment strategy: + max-parallel: 1 matrix: gpu_backend: ["cuda","hip_rocm"] library: ["runtime", "ffi","compiler","kernels","op-attrs","pcg","substitutions","utils"]