Skip to content

Commit

Permalink
ci: don't shadow python versions with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Feb 13, 2025
1 parent 61bad2f commit 6c02cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 6c02cc7

Please sign in to comment.