From dea46e82cfbbd90e501a16e38264b0ff206840f3 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 14:47:00 +0100 Subject: [PATCH] test --- .github/workflows/build-majestic.yml | 1 + 1 file changed, 1 insertion(+) 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