Skip to content

Commit a507d52

Browse files
committed
ci: switch to official uv cache mechanism
actions/setup-python#822 (comment)
1 parent 77ae7ef commit a507d52

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/actions/setup/action.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ runs:
2323
uses: astral-sh/setup-uv@v3
2424
with:
2525
version: ${{ inputs.uv-version }}
26+
enable-cache: true
2627

2728
- name: Install '${{ inputs.python-tools }}'
2829
if: ${{ inputs.python-tools }}
@@ -43,11 +44,6 @@ runs:
4344
uses: actions/setup-python@v5
4445
with:
4546
python-version: ${{ inputs.python-version }}
46-
- uses: actions/cache@v4
47-
id: cache-uv
48-
with:
49-
path: ~/.cache/uv
50-
key: ${{ inputs.os }}-python-${{ inputs.python-version }}-uv
5147

5248
# - name: Debug uv
5349
# run: |

0 commit comments

Comments
 (0)