Skip to content

Commit 51e5c6f

Browse files
test 07
1 parent 7802c22 commit 51e5c6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ requires = [
77
build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
10+
environment = { cuda="12.9", temp="/tmp/cuda-temp" }
1011
xbuild-tools = ["cmake", "ninja"]
1112

1213
[tool.cibuildwheel.linux]
1314
before-all = [
1415
"dnf install redhat-lsb-core -y",
1516
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh",
16-
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh --cuda=12.9 --temp=/tmp/cuda-temp"
17+
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh"
1718
]
1819
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)