Skip to content

Commit 7be3a24

Browse files
committed
Migrated to uv
1 parent 6aeb099 commit 7be3a24

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,8 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: Set up python
24-
id: setup-python
25-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
26-
with:
27-
python-version: "3.13"
28-
29-
- name: Set up Rye
30-
uses: eifinger/setup-rye@v4
31-
with:
32-
version: "latest"
23+
- name: Install uv
24+
uses: astral-sh/setup-uv@v5
3325

3426
- name: Install deps & build base images
3527
run: make setup

0 commit comments

Comments
 (0)