From b58aaa895e054c4951b714465401f378c84f95b8 Mon Sep 17 00:00:00 2001 From: Alex Baden Date: Tue, 5 Nov 2024 03:34:59 +0000 Subject: [PATCH] avoid unnecessary duplicate job --- .github/workflows/gemm-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gemm-tests.yml b/.github/workflows/gemm-tests.yml index cb79cf0e3f..3bf2756d6c 100644 --- a/.github/workflows/gemm-tests.yml +++ b/.github/workflows/gemm-tests.yml @@ -97,7 +97,7 @@ jobs: if [[ -n "${{ inputs.runner_label }}" ]]; then matrix='{"python": ["3.9"]}' else - matrix='{"python": ["3.9"], "driver": ["rolling", "lts"]}' + matrix='{"python": ["3.9"]}' fi echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT