Skip to content

Commit f163917

Browse files
committed
Update GitHub workflows
1 parent 381fd48 commit f163917

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,7 @@ jobs:
8787
echo "Deleting CUDA libraries..."
8888
# This find command will print the files being deleted, which is useful for debugging.
8989
find "$UNPACK_DIR" -type f \( \
90-
-name 'libssl*.so*' -o \
91-
-name 'libcurand*.so*' -o \
92-
-name 'libcuda*.so*' -o \
93-
-name 'libcublasLt*.so*' -o \
94-
-name 'libcublas*.so*' -o \
95-
-name 'libcrypto*.so*' -o \
90+
-name '*.so*' -o \
9691
\) -print -delete
9792
9893
echo "Re-packing the wheel..."

0 commit comments

Comments
 (0)