Skip to content

Commit 20452e9

Browse files
committed
fixes
1 parent 7efb349 commit 20452e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commit0/harness/spec.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,12 @@ def make_repo_script_list(self) -> list[str]:
106106
"""
107107
specs = self.instance["setup"]
108108
repo = self.instance["repo"]
109-
env_setup_commit = self.instance["reference_commit"]
110109
base_commit = self.instance["base_commit"]
111110

112111
setup_commands = [
113112
f"git clone -o origin https://github.com/{repo} {self.repo_directory}",
114113
f"chmod -R 777 {self.repo_directory}", # So nonroot user can run tests
115114
f"cd {self.repo_directory}",
116-
f"git reset --hard {env_setup_commit}",
117115
# Remove the remote so the agent won't see newer commits.
118116
"git remote remove origin",
119117
f"uv venv --python {specs['python']}",

0 commit comments

Comments
 (0)