Skip to content

Commit c896db6

Browse files
Update pyproject.toml
1 parent e60ac10 commit c896db6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ temp = "/tmp/cuda-temp"
1717
before-all = [
1818
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
1919
# "dnf remove gcc-toolset-14\\*",
20-
"dnf -y install redhat-lsb-core wget gcc-toolset-12",
21-
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
20+
"dnf install -y redhat-lsb-core wget",
21+
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
22+
"dnf install -y gcc-toolset-12",
23+
"scl enable gcc-toolset-12 bash"
2224
]
2325
xbuild-tools = ["cmake", "ninja"]
2426

0 commit comments

Comments
 (0)