Skip to content

Commit 06a1ce2

Browse files
release 0.0.5
1 parent 91767ac commit 06a1ce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ skip = [
2525

2626
[tool.cibuildwheel.linux]
2727
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"
3030
]
3131

3232
[tool.cibuildwheel.linux.environment]

scripts/build-env/manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd ${PWD}
1414

1515
# Install dependencies for building Tensor-Array on manylinux
1616
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
1818
echo "Installing required packages..."
1919
$USE_SUDO yum install -y redhat-lsb-core wget
2020
echo "Running CUDA installation script..."

0 commit comments

Comments
 (0)