Skip to content

Commit 8518921

Browse files
Update pyproject.toml
1 parent 86a31f7 commit 8518921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ xbuild-tools = ["cmake", "ninja"]
1414
before-all = [
1515
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
1616
"dnf -y install redhat-lsb-core wget",
17-
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
18-
"ln -s cuda-12.9 /usr/local/cuda-12.9"
19-
"ln -s cuda-12.9 /usr/local/cuda"
17+
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
18+
"ln -s cuda-${cuda} /usr/local/cuda-${cuda}",
19+
"ln -s cuda-${cuda} /usr/local/cuda"
2020
]
2121
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)