File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ skip = [
2525
2626[tool .cibuildwheel .linux ]
2727before-all = [
28- " chmod +x / scripts/build-env/manylinux.sh" ,
29- " / scripts/build-env/manylinux.sh"
28+ " chmod +x scripts/build-env/manylinux.sh" ,
29+ " scripts/build-env/manylinux.sh"
3030]
3131
3232[tool .cibuildwheel .linux .environment ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cd ${PWD}
1414
1515# Install dependencies for building Tensor-Array on manylinux
1616echo " Installing dependencies for building Tensor-Array on manylinux..."
17- chmod +x / tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh
17+ chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh
1818echo " Installing required packages..."
1919$USE_SUDO yum install -y redhat-lsb-core wget
2020echo " Running CUDA installation script..."
You can’t perform that action at this time.
0 commit comments