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 03f7080 commit acf6409Copy full SHA for acf6409
.github/workflows/end-to-end-test-bubblesort-pytest-no-git.yaml
@@ -29,7 +29,6 @@ jobs:
29
30
- name: Install dependencies (CLI)
31
run: |
32
- cd ./codeflash
33
uv tool install poetry
34
uv venv
35
source .venv/bin/activate
@@ -54,6 +53,5 @@ jobs:
54
53
- name: Run Codeflash to optimize code
55
id: optimize_code
56
57
58
59
poetry run python tests/scripts/end_to_end_test_bubblesort_pytest.py
0 commit comments