Skip to content

Commit 22633fc

Browse files
committed
roll back a change
1 parent caeafa0 commit 22633fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/harness/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def make_eval_script_list(instance: RepoInstance, repo_directory: str) -> list[s
156156
f"git fetch {origin_name}",
157157
"git checkout {commit_id}",
158158
"git status",
159-
f"uv run {instance['test']['test_cmd']} --json-report --json-report-file=report.json {{test_ids}}",
159+
f"{instance['test']['test_cmd']} --json-report --json-report-file=report.json {{test_ids}}",
160160
f"git checkout {instance['base_commit']}",
161161
f"git remote remove {origin_name}",
162162
"git status",

0 commit comments

Comments
 (0)