Skip to content

Commit 28ef75f

Browse files
committed
fix(ci): use frozen uv sync in workflows
1 parent d9b0bd2 commit 28ef75f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version: "0.10.8"
2323

2424
- name: Sync runtime dependencies
25-
run: uv sync --locked
25+
run: uv sync --frozen
2626

2727
- name: Run pyright
2828
run: uvx pyright

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: "0.10.8"
2424

2525
- name: Sync runtime dependencies
26-
run: uv sync --locked
26+
run: uv sync --frozen
2727

2828
- name: Run pyright
2929
run: uvx pyright

0 commit comments

Comments
 (0)