Skip to content

Commit

Permalink
ci: fix uv cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Nov 14, 2024
1 parent f03e189 commit 77ae7ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ runs:
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: uv
- 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 77ae7ef

Please sign in to comment.