Skip to content

Commit 210056f

Browse files
Update pyproject.toml
1 parent ea490de commit 210056f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ xbuild-tools = ["cmake", "ninja"]
1616

1717
[tool.cibuildwheel.linux]
1818
before-all = [
19-
"chmod +x scripts/build-env/manylinux.sh",
20-
"scripts/build-env/manylinux.sh"
19+
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
20+
"dnf -y install redhat-lsb-core wget",
21+
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
2122
]
2223
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)