From 11f0044b7ce94600ce65777e770684afe8f05841 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 17:44:52 +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 a9d5233cb..6ca35fd52 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: *-win32 + CIBW_SKIP: "*-win32" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse