Skip to content

Commit 1f3ffea

Browse files
committed
Set python version with uv action correctly.
1 parent 24be320 commit 1f3ffea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ jobs:
4343

4444
steps:
4545
- uses: actions/checkout@v4
46-
- name: Install uv
47-
uses: astral-sh/setup-uv@v4
46+
- uses: astral-sh/setup-uv@v6
4847
with:
4948
enable-cache: true
49+
python-version: ${{ matrix.python-version }}
5050
- name: Install just
5151
uses: extractions/setup-just@v2
52-
- name: Set up Python ${{ matrix.python-version }}
53-
run: uv python install ${{ matrix.python-version }}
5452

5553
- name: Run tests
5654
shell: bash -l {0}

0 commit comments

Comments
 (0)