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 800e776 commit f841a33Copy full SHA for f841a33
pyproject.toml
@@ -18,7 +18,7 @@ xbuild-tools = ["cmake", "ninja"]
18
[tool.cibuildwheel.linux]
19
before-all = [
20
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
21
- "dnf install -y redhat-lsb-core wget",
+ "yum install -y redhat-lsb-core wget",
22
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
23
]
24
xbuild-tools = ["cmake", "ninja"]
0 commit comments