Skip to content

Commit 75aecb5

Browse files
committed
Update GitHub workflows
1 parent f163917 commit 75aecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +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 '*.so*' -o \
90+
-name '*.so*' \
9191
\) -print -delete
9292
9393
echo "Re-packing the wheel..."

0 commit comments

Comments
 (0)