Skip to content

Commit 3f7cb51

Browse files
committed
Update matrix job names
1 parent ff87f12 commit 3f7cb51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build_run_tests:
13-
name: Build env using pip and pyproject.toml on ${{ matrix.os }}
13+
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
1515
if: github.event.pull_request.draft == false
1616
strategy:

0 commit comments

Comments
 (0)