File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ def make_repo_script_list(self) -> list[str]:
182
182
"""
183
183
specs = self .instance ["setup" ]
184
184
repo = self .instance ["repo" ]
185
- env_setup_commit = self .instance ["reference_commit" ]
186
185
version = int (str (specs ["python" ]).split ("." )[- 1 ])
187
186
if version < 7 :
188
187
specs ["python" ] = 3.7
@@ -191,7 +190,6 @@ def make_repo_script_list(self) -> list[str]:
191
190
f"git clone -o origin https://github.com/{ repo } { self .repo_directory } " ,
192
191
f"chmod -R 777 { self .repo_directory } " , # So nonroot user can run tests
193
192
f"cd { self .repo_directory } " ,
194
- f"git reset --hard { env_setup_commit } " ,
195
193
# Remove the remote so the agent won't see newer commits.
196
194
"git remote remove origin" ,
197
195
f"uv venv --python { specs ['python' ]} " ,
You can’t perform that action at this time.
0 commit comments