Skip to content

Commit

Permalink
Add prints
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Jun 3, 2024
1 parent fe9dffc commit 855f1be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ jobs:

CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="graphblas"

#### TEST:
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
pwd &&
find graphblas &&
find . -type d &&
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
# Uncomment to only build CPython wheels
# CIBW_BUILD: "cp*"

Expand Down

0 comments on commit 855f1be

Please sign in to comment.