Skip to content

Commit

Permalink
Fix naming of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Jan 26, 2022
1 parent bb0a110 commit 10a332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:

unit-test:
name: ${{ matrix.python }}-${{ matrix.os }}-${{ matrix.kind }}
name: ${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.kind }}

runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 10a332c

Please sign in to comment.