We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf85e9b commit 83a1165Copy full SHA for 83a1165
setup/action.yml
@@ -47,6 +47,8 @@ runs:
47
enable-cache: true
48
ignore-nothing-to-cache: true
49
prune-cache: false
50
+ 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