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 = [
25
25
26
26
[tool .cibuildwheel .linux ]
27
27
before-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"
30
30
]
31
31
32
32
[tool .cibuildwheel .linux .environment ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cd ${PWD}
14
14
15
15
# Install dependencies for building Tensor-Array on manylinux
16
16
echo " 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
18
18
echo " Installing required packages..."
19
19
$USE_SUDO yum install -y redhat-lsb-core wget
20
20
echo " Running CUDA installation script..."
You can’t perform that action at this time.
0 commit comments