From af32975af07eb2f3994806096c65156f0f95f701 Mon Sep 17 00:00:00 2001 From: Armen Zambrano G Date: Thu, 9 Sep 2021 10:48:43 -0400 Subject: [PATCH] Verbosity --- .github/workflows/m1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/m1.yml b/.github/workflows/m1.yml index 4ce96acc..5c12c606 100644 --- a/.github/workflows/m1.yml +++ b/.github/workflows/m1.yml @@ -25,6 +25,7 @@ jobs: CIBW_ARCHS: arm64 # XXX: temp: faster CIBW_BUILD: cp39-macosx_arm64 + CIBW_BUILD_VERBOSITY: 3 CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}" # It silences a warning since we can't test on Apple Silicon runners CIBW_TEST_SKIP: "*-macosx_arm64"