From a115b60bc1b6bf4ecb3d35772123582aa8397a0f Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 15:33:21 +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 1858ed4bb..2470c5d28 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -78,7 +78,7 @@ jobs: CIBW_BEFORE_BUILD: cp -r lib/* /usr/lib/ && cp -r include/* /usr/include/ CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "(cd {project}/src/runtime/python; pytest)" - CIBW_SKIP: "pp* cp36-manylinux_i686" + CIBW_SKIP: "pp* *i686" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse