We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2703b5d commit d7b063eCopy full SHA for d7b063e
.github/workflows/codeflash.yml
@@ -29,6 +29,6 @@ jobs:
29
with:
30
deno-version: v2.x
31
- name: 📦 Install Dependencies
32
- run: uv sync --frozen --all-extras --all-packages --group lint --group docs
+ run: uv sync --all-extras --all-packages --group lint --group docs
33
- name: ⚡️Codeflash Optimization
34
run: uv run codeflash --benchmark
0 commit comments