Skip to content

Commit ccbb0c8

Browse files
committed
fix: remove python-version from cache key to reduce cache fragmentation
1 parent e079fa2 commit ccbb0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runs:
148148
if: ${{ inputs.setup-python == '1' && inputs.setup-type != 'uv' }}
149149
with:
150150
python-version: ${{ inputs.python-version }}
151-
cache: ${{ inputs.setup-type }}-${{ inputs.python-version }}
151+
cache: ${{ inputs.setup-type }}
152152
- name: Install uv
153153
if: ${{ inputs.setup-type == 'uv' }}
154154
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)