Skip to content

Commit 6c02cc7

Browse files
committed
ci: don't shadow python versions with uv
1 parent 61bad2f commit 6c02cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
target: aarch64
3232
steps:
3333
- uses: actions/checkout@v4
34+
- name: Install uv
35+
uses: astral-sh/setup-uv@v5
3436
- uses: actions/setup-python@v5
3537
with:
3638
python-version: "3.12"
37-
- name: Install uv
38-
uses: astral-sh/setup-uv@v5
3939
- name: Build wheels
4040
uses: PyO3/maturin-action@v1
4141
with:

0 commit comments

Comments
 (0)