Skip to content

Commit 1ad4b74

Browse files
committed
ci: revert back to CUDA_PATH, maybe
1 parent 256cba3 commit 1ad4b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ environment-pass = ["CUDA_PATH", "CUDA_PYTHON_PARALLEL_LEVEL"]
120120
archs = "native"
121121
# CIBW mounts the host filesystem under /host
122122
environment-pass = ["CUDA_PATH"]
123-
environment = { CUDA_HOME = "/host/$CUDA_PATH" }
123+
environment = { CUDA_PATH = "/host/$CUDA_PATH" }
124124

125125
[tool.cibuildwheel.windows]
126126
archs = "AMD64"

0 commit comments

Comments
 (0)