Skip to content

Commit acf6409

Browse files
committed
folder changes
1 parent 03f7080 commit acf6409

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/end-to-end-test-bubblesort-pytest-no-git.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929

3030
- name: Install dependencies (CLI)
3131
run: |
32-
cd ./codeflash
3332
uv tool install poetry
3433
uv venv
3534
source .venv/bin/activate
@@ -54,6 +53,5 @@ jobs:
5453
- name: Run Codeflash to optimize code
5554
id: optimize_code
5655
run: |
57-
cd ./codeflash
5856
source .venv/bin/activate
5957
poetry run python tests/scripts/end_to_end_test_bubblesort_pytest.py

0 commit comments

Comments
 (0)