[Refactore] [CI] Remove redundant CI test runs step 2 (#17584)

This commit is contained in:
Makcum888e
2026-01-24 23:39:48 -08:00
committed by GitHub
parent 9bd92ba0f6
commit d1042e0d62
36 changed files with 199 additions and 196 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ def compare_versions(v1: str, v2: str) -> int:
def get_repo_root() -> Path:
return Path(__file__).parent.parent.parent
return Path(__file__).parent.parent.parent.parent
def read_current_version(version_file: Path) -> str: