Skip to content

Commit 8b852de

Browse files
Update pyproject.toml
1 parent d6a8622 commit 8b852de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ xbuild-tools = ["cmake", "ninja"]
1313
before-all = [
1414
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
1515
# "dnf remove gcc-toolset-14\\*",
16-
"dnf install -y redhat-lsb-core wget",
17-
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
18-
"dnf install -y gcc-toolset-12",
19-
"scl enable gcc-toolset-12 bash"
16+
"dnf install -y redhat-lsb-core wget gcc gcc-c++",
17+
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
2018
]
2119
xbuild-tools = ["cmake", "ninja"]
2220

0 commit comments

Comments
 (0)