Skip to content

Commit 3a29690

Browse files
committed
Update google.py
1 parent 7d6945b commit 3a29690

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/codeflash.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
with:
3030
deno-version: v2.x
3131
- 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
32+
run: uv sync -U --all-extras --all-packages --group lint --group docs
3733
- name: ⚡️Codeflash Optimization
3834
run: uv run codeflash --benchmark

0 commit comments

Comments
 (0)