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 d7b063e commit dddb328Copy full SHA for dddb328
.github/workflows/codeflash.yml
@@ -29,6 +29,6 @@ jobs:
29
with:
30
deno-version: v2.x
31
- name: 📦 Install Dependencies
32
- run: uv sync --all-extras --all-packages --group lint --group docs
+ run: uv sync -U --all-extras --all-packages --group lint --group docs
33
- name: ⚡️Codeflash Optimization
34
run: uv run codeflash --benchmark
0 commit comments