From 34ca7098f5bf3dbcf8ac7801bb65e4f07a3af2d7 Mon Sep 17 00:00:00 2001 From: okada Date: Sat, 2 Dec 2023 19:45:48 +0900 Subject: [PATCH] fix --- .github/workflows/build.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 52b29dc..d46bff9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -144,6 +144,11 @@ jobs: test-on-ubuntu-2004: runs-on: ubuntu-20.04 needs: [build-release-ubuntu-2004] + strategy: + matrix: + include: + - build: 'openblas' + - build: 'cublas' steps: - name: Common dependencies id: depends @@ -172,6 +177,11 @@ jobs: test-on-ubuntu-2204: runs-on: ubuntu-22.04 needs: [build-release-ubuntu-2004] + strategy: + matrix: + include: + - build: 'openblas' + - build: 'cublas' steps: - name: Common dependencies id: depends