We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5f0fb commit 69fb49dCopy full SHA for 69fb49d
.github/scripts/generate-matrix.py
@@ -62,7 +62,7 @@ def main(args: list[str]) -> None:
62
"docker_image": docker_images[cuda_version],
63
}
64
)
65
- print(json.dumps(matrix_dict, indent=4))
+ print(json.dumps(matrix_dict))
66
67
68
if __name__ == "__main__":
0 commit comments