Skip to content

Commit 088f445

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

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
@@ -89,10 +89,7 @@ jobs:
8989
- name: Install the latest version of uv
9090
uses: astral-sh/setup-uv@v7
9191
with:
92-
version: "latest"
93-
94-
- name: Set up Python
95-
run: uv python install ${{ matrix.python-version }}
92+
python-version: ${{ matrix.python-version }}
9693

9794
- name: Install dependencies
9895
run: uv sync --all-extras

0 commit comments

Comments
 (0)