Skip to content

Commit ff1fc47

Browse files
committed
Try installing uv for GHA
1 parent 845ccd6 commit ff1fc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-python@v5
14+
- uses: astral-sh/setup-uv@v3
1515
- run: make lint
1616
- run: make fmt
1717

0 commit comments

Comments
 (0)