Skip to content

Commit c9ebd39

Browse files
seansicajondricek
andauthored
ci: improve dynamics of setup phase
Co-authored-by: Jared Ondricek <90368810+jondricek@users.noreply.github.com>
1 parent 8982a9f commit c9ebd39

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
@@ -127,10 +127,7 @@ jobs:
127127
- name: Setup | Install uv
128128
uses: astral-sh/setup-uv@v7
129129
with:
130-
version: "latest"
131-
132-
- name: Setup | Install Python
133-
run: uv python install ${{ matrix.python-version }}
130+
python-version: ${{ matrix.python-version }}
134131

135132
- name: Setup | Install dependencies
136133
run: uv sync --all-extras

0 commit comments

Comments
 (0)