Skip to content

Commit 1a04175

Browse files
seansicajondricek
andauthored
ci: streamline the python setup process
Co-authored-by: Jared Ondricek <90368810+jondricek@users.noreply.github.com>
1 parent 10b1dfb commit 1a04175

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ jobs:
6767
- name: Install the latest version of uv
6868
uses: astral-sh/setup-uv@v7
6969
with:
70-
version: "latest"
71-
72-
- name: Set up Python
73-
run: uv python install ${{ matrix.python-version }}
70+
python-version: ${{ matrix.python-version }}
7471

7572
- name: Install dependencies
7673
run: uv sync --all-extras

0 commit comments

Comments
 (0)