Skip to content

Commit 93bfa59

Browse files
committed
fix
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent a46ddea commit 93bfa59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ jobs:
128128
id: build_wheel
129129
run: |
130130
cat > build.sh <<'EOF'
131+
#!/usr/bin/env bash
132+
set -euxo pipefail
133+
134+
echo "Running build.sh"
131135
# We want setuptools >= 49.6.0 otherwise we can't compile the extension if system CUDA version is 11.7 and pytorch cuda version is 11.6
132136
# https://github.com/pytorch/pytorch/blob/664058fa83f1d8eede5d66418abff6e20bd76ca8/torch/utils/cpp_extension.py#L810
133137
# However this still fails so I'm using a newer version of setuptools

0 commit comments

Comments
 (0)