File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
29
29
jobs :
30
30
test_by_tag :
31
- name : Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] with oneMKL tag
31
+ name : Run tests with oneMKL tag
32
32
33
33
strategy :
34
34
matrix :
@@ -121,7 +121,7 @@ jobs:
121
121
SYCL_CACHE_PERSISTENT : 1
122
122
123
123
test_by_branch :
124
- name : Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] with oneMKL develop branch
124
+ name : Run tests with oneMKL develop branch
125
125
126
126
strategy :
127
127
matrix :
Original file line number Diff line number Diff line change 25
25
26
26
jobs :
27
27
build :
28
- name : Build ['${{ matrix.os }}', python='${{ matrix.python }}']
28
+ name : Build
29
29
30
30
strategy :
31
31
matrix :
96
96
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
97
97
98
98
test_linux :
99
- name : Test ['ubuntu-latest', python='${{ matrix.python }}']
99
+ name : Test
100
100
101
101
needs : build
102
102
@@ -199,7 +199,7 @@ jobs:
199
199
python -m pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
200
200
201
201
test_windows :
202
- name : Test ['windows-2019', python='${{ matrix.python }}']
202
+ name : Test
203
203
204
204
needs : build
205
205
@@ -335,7 +335,7 @@ jobs:
335
335
python -m pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
336
336
337
337
upload :
338
- name : Upload ['${{ matrix.os }}', python='${{ matrix.python }}']
338
+ name : Upload
339
339
340
340
needs : [test_linux, test_windows]
341
341
Original file line number Diff line number Diff line change 19
19
20
20
jobs :
21
21
test :
22
- name : Test ['${{ matrix.runner }}', python='${{ matrix.python }}']
22
+ name : Test
23
23
24
24
runs-on : ${{ matrix.runner }}
25
25
You can’t perform that action at this time.
0 commit comments