Skip to content

Commit f2f2740

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

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
@@ -18,7 +18,7 @@ before-all = [
1818
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
1919
"dnf remove gcc-toolset-14\\*",
2020
"dnf -y install redhat-lsb-core wget gcc-toolset-12",
21-
"scl enable gcc-toolset-N bash",
21+
"scl enable gcc-toolset-12 bash",
2222
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
2323
]
2424
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)