Skip to content

Commit 6844ed4

Browse files
committed
The 2nd job is focued to test build with oneMKL inerfaces when option passed but the same tag as default
1 parent 8ea0f67 commit 6844ed4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check-mkl-interfaces.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ env:
2525
scikit-build
2626
2727
jobs:
28-
test_by_tag:
29-
name: Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] with oneMKL tag
28+
test_default:
29+
name: Run on ['${{ matrix.os }}', python='${{ matrix.python }}']
3030

3131
strategy:
3232
matrix:
@@ -100,8 +100,8 @@ jobs:
100100
env:
101101
SYCL_CACHE_PERSISTENT: 1
102102

103-
test_by_branch:
104-
name: Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] with oneMKL develop branch
103+
test_build_option:
104+
name: Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] though build option
105105

106106
strategy:
107107
matrix:
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139139
with:
140140
repository: 'oneapi-src/oneMKL'
141-
ref: 'develop'
141+
ref: 'v0.6' # the same as handcoded by default
142142
path: ${{ env.onemkl-source-dir }}
143143
fetch-depth: 0
144144

0 commit comments

Comments
 (0)