This commit is contained in:
Krasimir Angelov
2023-01-25 15:18:49 +01:00
parent f23f690939
commit 6bf41c87f7

View File

@@ -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*
CIBW_SKIP: pp* cp36
run: |
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse