From d241134024f70ea930195bff96954eb59c8e661f Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 09:48:20 +0100 Subject: [PATCH] try running the tests with cibuildwheel --- .github/workflows/build-majestic.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 31a1e6dfa..d272bc72b 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -193,6 +193,9 @@ jobs: python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main - name: Install bindings + env: + CIBW_TEST_REQUIRES: pytest + CIBW_TEST_COMMAND: "pytest src/runtime/python/tests" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse