We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e23a55 + cb3dba4 commit 4a311bdCopy full SHA for 4a311bd
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