We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3b427 commit 50b4624Copy full SHA for 50b4624
1 file changed
bench_runner/git.py
@@ -160,6 +160,7 @@ def clone(
160
subprocess.check_call(
161
["git", "fetch", "--depth", str(depth), "origin", branch]
162
)
163
+ subprocess.check_call(["git", "checkout", branch])
164
else:
165
args = ["git", "clone", url, str(dirname)]
166
if branch is not None:
0 commit comments