Skip to content

Commit 855f1be

Browse files
committed
Add prints
1 parent fe9dffc commit 855f1be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ jobs:
168168

169169
CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="graphblas"
170170

171+
#### TEST:
172+
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
173+
pwd &&
174+
find graphblas &&
175+
find . -type d &&
176+
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
177+
171178
# Uncomment to only build CPython wheels
172179
# CIBW_BUILD: "cp*"
173180

0 commit comments

Comments
 (0)