Skip to content

Commit 624312b

Browse files
1 parent 2a99a8f commit 624312b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
go-version: stable
3030
- uses: astral-sh/setup-uv@v6
31-
- name: Install Python ${{ matrix.python-version }}
32-
run: uv python install ${{ matrix.python-version }}
31+
with:
32+
python-version: ${{ matrix.python-version }}
3333
- name: Execute tests
3434
run: make test
3535
- name: Lint

0 commit comments

Comments
 (0)