Skip to content

Commit 2f062ac

Browse files
committed
test
1 parent 0c7faef commit 2f062ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/filter-matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main(args: list[str]) -> None:
5858
if options.limit_pr_builds == "true":
5959
# 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
6060
if item["desired_cuda"] == "cu128":
61-
item["python_version"] = "py3.11"
61+
item["python_version"] = "3.11"
6262
build_names = item["build_name"].split("-")
6363
build_names[1] = "py3_11"
6464
item["build_name"] = "-".join(build_names)

0 commit comments

Comments
 (0)