diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 7600f9764..dc05c7687 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -77,6 +77,7 @@ jobs: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "(cd {project}/src/runtime/python; pytest)" CIBW_SKIP: pp* + CIBW_BUILD_VERBOSITY: 3 run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse