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