We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b2842 commit f2f2740Copy full SHA for f2f2740
pyproject.toml
@@ -18,7 +18,7 @@ before-all = [
18
"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-toolset-12",
21
- "scl enable gcc-toolset-N bash",
+ "scl enable gcc-toolset-12 bash",
22
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
23
]
24
xbuild-tools = ["cmake", "ninja"]
0 commit comments