Skip to content

Commit 29b2842

Browse files
Update pyproject.toml
1 parent b6aa3f6 commit 29b2842

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
@@ -16,7 +16,7 @@ temp = "/tmp/cuda-temp"
1616
[tool.cibuildwheel.linux]
1717
before-all = [
1818
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
19-
"dnf remove gcc-toolset-14\*",
19+
"dnf remove gcc-toolset-14\\*",
2020
"dnf -y install redhat-lsb-core wget gcc-toolset-12",
2121
"scl enable gcc-toolset-N bash",
2222
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"

0 commit comments

Comments
 (0)