Skip to content

Commit d7b063e

Browse files
committed
don't freeze
1 parent 2703b5d commit d7b063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeflash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
deno-version: v2.x
3131
- name: 📦 Install Dependencies
32-
run: uv sync --frozen --all-extras --all-packages --group lint --group docs
32+
run: uv sync --all-extras --all-packages --group lint --group docs
3333
- name: ⚡️Codeflash Optimization
3434
run: uv run codeflash --benchmark

0 commit comments

Comments
 (0)