We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e079fa2 commit ccbb0c8Copy full SHA for ccbb0c8
1 file changed
action.yml
@@ -148,7 +148,7 @@ runs:
148
if: ${{ inputs.setup-python == '1' && inputs.setup-type != 'uv' }}
149
with:
150
python-version: ${{ inputs.python-version }}
151
- cache: ${{ inputs.setup-type }}-${{ inputs.python-version }}
+ cache: ${{ inputs.setup-type }}
152
- name: Install uv
153
if: ${{ inputs.setup-type == 'uv' }}
154
uses: astral-sh/setup-uv@v7
0 commit comments