1
0
forked from GitHub/gf-core
This commit is contained in:
Krasimir Angelov
2023-01-25 15:33:21 +01:00
parent 5e687ba838
commit a115b60bc1

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