Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 532d02b

Browse files
committed
TEMP
1 parent 91af979 commit 532d02b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/mise-uv-prepare-cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Install uv dependencies
3333
env:
3434
UV_CACHE_DIR: ${{ steps.prepare.outputs.UV_CACHE_DIR }}
35-
run: uv sync --locked --no-install-project
35+
run: uv sync --locked
3636
- name: Minimize uv cache
3737
env:
3838
UV_CACHE_DIR: ${{ steps.prepare.outputs.UV_CACHE_DIR }}
39-
run: uv cache prune --ci
39+
run: uv cache prune --verbose

.github/workflows/mise-uv-task.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
path: |
3434
${{ steps.prepare.outputs.UV_CACHE_DIR }}
3535
.venv
36-
- name: Ensure complete cache restore
37-
env:
38-
UV_CACHE_DIR: ${{ steps.prepare.outputs.UV_CACHE_DIR }}
39-
run: uv sync --check --no-install-project
4036
- name: Install project
4137
env:
4238
UV_CACHE_DIR: ${{ steps.prepare.outputs.UV_CACHE_DIR }}

0 commit comments

Comments
 (0)