Skip to content

Commit 0090bea

Browse files
committed
Update end_to_end_test_utilities.py
1 parent 096564b commit 0090bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/end_to_end_test_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def build_command(
122122
) -> list[str]:
123123
python_path = "../../../codeflash/main.py" if "code_directories" in str(cwd) else "../codeflash/main.py"
124124

125-
base_command = ["uv", "run", python_path, "--file", config.file_path, "--no-pr"]
125+
base_command = ["python", python_path, "--file", config.file_path, "--no-pr"]
126126

127127
if config.function_name:
128128
base_command.extend(["--function", config.function_name])

0 commit comments

Comments
 (0)