Skip to content

Commit

Permalink
add pydantic version to name
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 19, 2023
1 parent 3692ab4 commit 6dcc0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: pipx run check-manifest

test:
name: ${{ matrix.platform }} (${{ matrix.python-version }})
name: ${{ matrix.platform }} (${{ matrix.python-version }}) ${{ matrix.pydantic }}
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 6dcc0d1

Please sign in to comment.