We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959c3c2 commit 1d37599Copy full SHA for 1d37599
pyproject.toml
@@ -20,6 +20,6 @@ xbuild-tools = ["cmake", "ninja"]
20
[tool.cibuildwheel.linux]
21
before-all = [
22
"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"
+ "bash -c {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh"
24
]
25
xbuild-tools = ["cmake", "ninja"]
0 commit comments