We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 163da67 + d713e74 commit 82269a9Copy full SHA for 82269a9
1 file changed
.github/workflows/pip-install.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
10
build:
11
- name: ${{ matrix.os }}:${{ matrix.python }}
+ name: 'py${{ matrix.python-version }} on ${{ matrix.os }}'
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
0 commit comments