Skip to content

Commit ce9d28b

Browse files
committed
Update codeflash.yml
1 parent 7dc9ff0 commit ce9d28b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeflash.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ jobs:
3030
deno-version: v2.x
3131
- name: 📦 Install Dependencies
3232
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
3337
- name: ⚡️Codeflash Optimization
3438
run: uv run codeflash --benchmark

0 commit comments

Comments
 (0)