mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 01:19:45 +03:00
Verbosity
This commit is contained in:
parent
89974ac39a
commit
af32975af0
1
.github/workflows/m1.yml
vendored
1
.github/workflows/m1.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user