try running the tests with cibuildwheel

This commit is contained in:
Krasimir Angelov
2023-01-25 09:48:20 +01:00
parent 2ae05d00dd
commit d241134024

View File

@@ -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