Skip to content

Commit 381fd48

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

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/pypi.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,12 @@ 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 'libcuda.so*' -o \
91-
-name 'libcublas.so*' -o \
92-
-name 'libcublasLt.so*' -o \
93-
-name 'libnvJitLink.so*' -o \
94-
-name 'libcudart.so*' -o \
95-
-name 'libcufft.so*' -o \
96-
-name 'libcurand.so*' -o \
97-
-name 'libcusolver.so*' -o \
98-
-name 'libcusparse.so*' -o \
99-
-name 'libcudnn.so*' \
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 \
10096
\) -print -delete
10197
10298
echo "Re-packing the wheel..."

0 commit comments

Comments
 (0)