We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff87f12 commit 3f7cb51Copy full SHA for 3f7cb51
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build_run_tests:
13
- name: Build env using pip and pyproject.toml on ${{ matrix.os }}
+ name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
14
runs-on: ${{ matrix.os }}
15
if: github.event.pull_request.draft == false
16
strategy:
0 commit comments