Skip to content

Commit f841a33

Browse files
Update pyproject.toml
1 parent 800e776 commit f841a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ xbuild-tools = ["cmake", "ninja"]
1818
[tool.cibuildwheel.linux]
1919
before-all = [
2020
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
21-
"dnf install -y redhat-lsb-core wget",
21+
"yum install -y redhat-lsb-core wget",
2222
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
2323
]
2424
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)