Skip to content

Commit

Permalink
ci: switch to official uv cache mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Nov 14, 2024
1 parent 77ae7ef commit a507d52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
uses: astral-sh/setup-uv@v3
with:
version: ${{ inputs.uv-version }}
enable-cache: true

- name: Install '${{ inputs.python-tools }}'
if: ${{ inputs.python-tools }}
Expand All @@ -43,11 +44,6 @@ runs:
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
- uses: actions/cache@v4
id: cache-uv
with:
path: ~/.cache/uv
key: ${{ inputs.os }}-python-${{ inputs.python-version }}-uv

# - name: Debug uv
# run: |
Expand Down

0 comments on commit a507d52

Please sign in to comment.