Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/actions/setup-uv/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ inputs:
description: "Sync the project"
required: false
default: "true"
prune-cache:
description: "Prune cache before save"
required: false
default: "true"
version:
description: "Version of UV"
required: false
Expand All @@ -19,7 +23,7 @@ runs:
with:
version: ${{ inputs.version }}
enable-cache: true

prune-cache: ${{ inputs.prune-cache }}
- name: "Setup up Python"
shell: bash
run: uv python install
Expand Down