We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccb96d commit cd31d83Copy full SHA for cd31d83
setup/action.yml
@@ -44,11 +44,10 @@ runs:
44
- name: Install uv
45
uses: astral-sh/setup-uv@v5
46
with:
47
+ python-version: "${{ inputs.version }}"
48
enable-cache: true
49
ignore-nothing-to-cache: true
50
prune-cache: false
- with:
51
- python-version: "${{ inputs.version }}"
52
if: ${{ inputs.uv == 'true' }}
53
54
- name: Setup uv to use system python without extra flags
0 commit comments