Skip to content

Commit 3cac2c8

Browse files
test
1 parent b9c519a commit 3cac2c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
1010
environment = { cuda = "12.9", temp = "/tmp/cuda-temp" }
11+
environment-pass = [
12+
"CUDA_PATH"
13+
]
1114
xbuild-tools = ["cmake", "ninja"]
1215

1316
[tool.cibuildwheel.linux]
@@ -16,4 +19,4 @@ before-all = [
1619
"dnf -y install redhat-lsb-core wget",
1720
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
1821
]
19-
xbuild-tools = ["cmake", "ninja", "nvcc"]
22+
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)