Skip to content

Commit 1d37599

Browse files
test 12
1 parent 959c3c2 commit 1d37599

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
@@ -20,6 +20,6 @@ xbuild-tools = ["cmake", "ninja"]
2020
[tool.cibuildwheel.linux]
2121
before-all = [
2222
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh",
23-
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh"
23+
"bash -c {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh"
2424
]
2525
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)