We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7faef commit 2f062acCopy full SHA for 2f062ac
.github/scripts/filter-matrix.py
@@ -58,7 +58,7 @@ def main(args: list[str]) -> None:
58
if options.limit_pr_builds == "true":
59
# currently if it is the pr build, it build using py3.9 with all cuda versions, we want to change to py3.11 with singlecu12.8
60
if item["desired_cuda"] == "cu128":
61
- item["python_version"] = "py3.11"
+ item["python_version"] = "3.11"
62
build_names = item["build_name"].split("-")
63
build_names[1] = "py3_11"
64
item["build_name"] = "-".join(build_names)
0 commit comments