Skip to content

Commit 9b59c2e

Browse files
committed
avoid unnecessary duplicate job
1 parent d7c6995 commit 9b59c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gemm-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if [[ -n "${{ inputs.runner_label }}" ]]; then
9898
matrix='{"python": ["3.9"]}'
9999
else
100-
matrix='{"python": ["3.9"], "driver": ["rolling", "lts"]}'
100+
matrix='{"python": ["3.9"]}'
101101
fi
102102
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
103103

0 commit comments

Comments
 (0)