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 ce9d28b commit 7d6945bCopy full SHA for 7d6945b
.github/workflows/codeflash.yml
@@ -33,6 +33,6 @@ jobs:
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
+ run: uv pip install git+https://github.com/codeflash-ai/codeflash.git@debug-cf
37
- name: ⚡️Codeflash Optimization
38
run: uv run codeflash --benchmark
0 commit comments