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 7d6945b commit 3a29690Copy full SHA for 3a29690
.github/workflows/codeflash.yml
@@ -29,10 +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
33
- - name: uninstall codeflash
34
- run: uv pip uninstall codeflash
35
- - name: 📦 install codeflash from main
36
- run: uv pip install git+https://github.com/codeflash-ai/codeflash.git@debug-cf
+ run: uv sync -U --all-extras --all-packages --group lint --group docs
37
- name: ⚡️Codeflash Optimization
38
run: uv run codeflash --benchmark
0 commit comments