We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc2aac commit 5d421d6Copy full SHA for 5d421d6
.github/workflows/test-python.yml
@@ -15,7 +15,7 @@ on:
15
16
jobs:
17
check-non-eol-available: # non EOL versions of python shall be available on all workers
18
- name: non-eol ${{ matrix.python }} ${{ matrix.os }}
+ name: non-eol ${{ matrix.python-version }} ${{ matrix.os }}
19
runs-on: ${{ matrix.os }}
20
strategy:
21
fail-fast: false
0 commit comments