Skip to content

Commit e60ac10

Browse files
Update pyproject.toml
1 parent 6d943c0 commit e60ac10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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\\*",
20-
"dnf -y install redhat-lsb-core wget gcc gcc-c++",
19+
# "dnf remove gcc-toolset-14\\*",
20+
"dnf -y install redhat-lsb-core wget gcc-toolset-12",
2121
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
2222
]
2323
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)