Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 2, 2023
1 parent 23fe4ec commit 34ca709
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34ca709

Please sign in to comment.