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 2828
2929jobs :
3030 test_by_tag :
31- name : Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] with oneMKL tag
31+ name : Run tests with oneMKL tag
3232
3333 strategy :
3434 matrix :
@@ -121,7 +121,7 @@ jobs:
121121 SYCL_CACHE_PERSISTENT : 1
122122
123123 test_by_branch :
124- name : Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] with oneMKL develop branch
124+ name : Run tests with oneMKL develop branch
125125
126126 strategy :
127127 matrix :
Original file line number Diff line number Diff line change 2525
2626jobs :
2727 build :
28- name : Build ['${{ matrix.os }}', python='${{ matrix.python }}']
28+ name : Build
2929
3030 strategy :
3131 matrix :
9696 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
9797
9898 test_linux :
99- name : Test ['ubuntu-latest', python='${{ matrix.python }}']
99+ name : Test
100100
101101 needs : build
102102
@@ -199,7 +199,7 @@ jobs:
199199 python -m pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
200200
201201 test_windows :
202- name : Test ['windows-2019', python='${{ matrix.python }}']
202+ name : Test
203203
204204 needs : build
205205
@@ -335,7 +335,7 @@ jobs:
335335 python -m pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
336336
337337 upload :
338- name : Upload ['${{ matrix.os }}', python='${{ matrix.python }}']
338+ name : Upload
339339
340340 needs : [test_linux, test_windows]
341341
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 test :
22- name : Test ['${{ matrix.runner }}', python='${{ matrix.python }}']
22+ name : Test
2323
2424 runs-on : ${{ matrix.runner }}
2525
You can’t perform that action at this time.
0 commit comments