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 7dc9ff0 commit ce9d28bCopy full SHA for ce9d28b
.github/workflows/codeflash.yml
@@ -30,5 +30,9 @@ jobs:
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
37
- name: ⚡️Codeflash Optimization
38
run: uv run codeflash --benchmark
0 commit comments