File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103103 uses : mxschmitt/action-tmate@v3
104104 if : env.RUN_TMATE
105105 test :
106+ name : test source - py${{ matrix.python-version }}
106107 runs-on : ${{ matrix.os }}
107108 strategy :
108109 fail-fast : false
@@ -195,10 +196,11 @@ jobs:
195196 uses : mxschmitt/action-tmate@v3
196197 if : env.RUN_TMATE
197198 build :
198- runs-on : ${{ matrix.os }}
199+ name : build wheel - py ${{ matrix.python-version }}
199200 needs :
200201 - lint
201202 - test
203+ runs-on : ${{ matrix.os }}
202204 strategy :
203205 fail-fast : false
204206 matrix :
@@ -248,9 +250,10 @@ jobs:
248250 uses : mxschmitt/action-tmate@v3
249251 if : env.RUN_TMATE
250252 test-build :
251- runs-on : ${{ matrix.os }}
253+ name : test built wheel - py ${{ matrix.python-version }}
252254 needs :
253255 - build
256+ runs-on : ${{ matrix.os }}
254257 strategy :
255258 fail-fast : false
256259 matrix :
You can’t perform that action at this time.
0 commit comments