Skip to content

Commit

Permalink
[Split Build] Fix generate_binary_build_matrix unit tests
Browse files Browse the repository at this point in the history
CI should pass for validation
  • Loading branch information
PaliC committed Jun 25, 2024
1 parent 43a2ce3 commit b62e5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def generate_build_matrix(
limit_pr_builds: str,
use_only_dl_pytorch_org: str,
build_python_only: str,
use_split_build: str,
use_split_build: str = "false",
) -> Dict[str, List[Dict[str, str]]]:
includes = []

Expand Down

0 comments on commit b62e5f1

Please sign in to comment.