Skip to content

Commit cb3dba4

Browse files
committed
partial clone for submodules added in git 2.36.0
1 parent 8e23a55 commit cb3dba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_fetch_deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _git_version():
1616

1717

1818
clone_supports_filter = (
19-
False if "NO_USE_CLONE_FILTER" in os.environ else _git_version() >= (2, 27, 0)
19+
False if "NO_USE_CLONE_FILTER" in os.environ else _git_version() >= (2, 36, 0)
2020
)
2121

2222
if clone_supports_filter:

0 commit comments

Comments
 (0)