File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
scikit-build
26
26
27
27
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 }}']
30
30
31
31
strategy :
32
32
matrix :
@@ -100,8 +100,8 @@ jobs:
100
100
env :
101
101
SYCL_CACHE_PERSISTENT : 1
102
102
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
105
105
106
106
strategy :
107
107
matrix :
@@ -138,7 +138,7 @@ jobs:
138
138
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139
139
with :
140
140
repository : ' oneapi-src/oneMKL'
141
- ref : ' develop '
141
+ ref : ' v0.6 ' # the same as handcoded by default
142
142
path : ${{ env.onemkl-source-dir }}
143
143
fetch-depth : 0
144
144
You can’t perform that action at this time.
0 commit comments