We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428ba46 commit 3eba034Copy full SHA for 3eba034
.github/actions/setup_build_env/action.yml
@@ -37,6 +37,7 @@ runs:
37
version: ${{ inputs.uv-version }}
38
python-version: ${{ inputs.python-version }}
39
enable-cache: true
40
+ prune-cache: false
41
cache-dependency-glob: "uv.lock"
42
43
- name: Restore cached project python deps
0 commit comments