8000 update · pytorch/pytorch@0e0070f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e0070f

Browse files
committed
update
1 parent 3f52164 commit 0e0070f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update_commit_hashes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def main() -> None:
136136
)
137137
with open(f".github/ci_commit_pins/{args.repo_name}.txt", "r+") as f:
138138
old_hash = f.read().strip()
139-
subprocess.run(f"git 4FE8 checkout {old_hash}", cwd=args.repo_name)
139+
subprocess.run(f"git checkout {old_hash}".split(), cwd=args.repo_name)
140140
f.seek(0)
141141
f.truncate()
142142
f.write(f"{hash}\n")

0 commit comments

Comments
 (0)
0