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 4c46906 commit f0a6cb1Copy full SHA for f0a6cb1
.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@debug-cf
+ run: uv pip install git+https://github.com/codeflash-ai/codeflash.git@benchmark-fixture-fix
37
- name: ⚡️Codeflash Optimization
38
run: uv run codeflash --benchmark
0 commit comments