Skip to content

Commit

Permalink
Simplify test name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Nov 28, 2023
1 parent 0ff72c9 commit b86313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip-flags: "--pre"
name: PRE-RELEASE DEPENDENCIES

name: ${{ matrix.name }} test (Python ${{ matrix.python }})
name: ${{ matrix.name }} Python ${{ matrix.python }}

env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit b86313d

Please sign in to comment.