Skip to content

Commit 57693a9

Browse files
committed
only clone required
1 parent e807ace commit 57693a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def is_included(path):
423423
apprepo = os.environ["GRAALPYTHON_APPTESTS_REPO_URL"]
424424
testdownstream(
425425
_suite,
426-
[apprepo, mx.suite("truffle").vc._remote_url(mx.suite("truffle").dir, "origin")],
426+
[apprepo],
427427
".",
428428
[["graalpython-apptests"]])
429429

0 commit comments

Comments
 (0)