We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e23a55 commit cb3dba4Copy full SHA for cb3dba4
1 file changed
tools/ci_fetch_deps.py
@@ -16,7 +16,7 @@ def _git_version():
16
17
18
clone_supports_filter = (
19
- False if "NO_USE_CLONE_FILTER" in os.environ else _git_version() >= (2, 27, 0)
+ False if "NO_USE_CLONE_FILTER" in os.environ else _git_version() >= (2, 36, 0)
20
)
21
22
if clone_supports_filter:
0 commit comments