From 0cc462e6f1ed4a868f3ec73a57534513515c885b Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 17:43:33 +0100 Subject: [PATCH] test --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 234aff428..a9d5233cb 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -314,7 +314,7 @@ jobs: env: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "(cd {project}/src/runtime/python; pytest)" - CIBW_SKIP: pp* + CIBW_SKIP: *-win32 run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse