Skip to content

Commit bec8664

Browse files
committed
CI: set up python version with uv
1 parent 3902888 commit bec8664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: astral-sh/setup-uv@v3
34+
- uses: astral-sh/setup-uv@v6
35+
- run: uv python install
3536
- run: uv run pytest

0 commit comments

Comments
 (0)