Skip to content

Commit 659be9b

Browse files
committed
Fix keyword usage in CI step name
1 parent 234ef20 commit 659be9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3737

38-
- name: Install uv ${{ env.UV_VERSION }} & Python ${{ env.PYTHON_VERSION }}
38+
- name: Install uv ${{ env.UV_VERSION }} & Python ${{ matrix.PYTHON_VERSION }}
3939
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4040
with:
4141
enable-cache: true

0 commit comments

Comments
 (0)