Skip to content

Commit cd31d83

Browse files
committed
Setup python version
1 parent 6ccb96d commit cd31d83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ runs:
4444
- name: Install uv
4545
uses: astral-sh/setup-uv@v5
4646
with:
47+
python-version: "${{ inputs.version }}"
4748
enable-cache: true
4849
ignore-nothing-to-cache: true
4950
prune-cache: false
50-
with:
51-
python-version: "${{ inputs.version }}"
5251
if: ${{ inputs.uv == 'true' }}
5352

5453
- name: Setup uv to use system python without extra flags

0 commit comments

Comments
 (0)