Skip to content

Commit 7c0e0d3

Browse files
committed
Align with other branch
Signed-off-by: Ben Howe <[email protected]>
1 parent a6d1f13 commit 7c0e0d3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_wheels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ jobs:
376376
cuda_version: ['12.6', '13.0']
377377

378378
steps:
379+
379380
- name: Install git for LFS
380381
shell: bash
381382
run: |

.github/workflows/scripts/build_wheels.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ CUDAQ_EXCLUDE_LIST=$(for f in $(find $cudaq_prefix/lib -name "*.so" -printf "%P\
160160

161161
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib:$tensorrt_path/lib" \
162162
$python -m auditwheel -v repair dist/*.whl $CUDAQ_EXCLUDE_LIST \
163-
--exclude libcudart.so.${cuda_version} \
164-
--exclude libnvinfer.so.10 \
165-
--exclude libnvonnxparser.so.10 \
166163
--wheel-dir /wheels \
167164
--exclude libcudart.so.${cuda_version} \
168165
--exclude libnvinfer.so.10 \

0 commit comments

Comments
 (0)