1
0
forked from GitHub/gf-core
This commit is contained in:
Krasimir Angelov
2023-01-26 09:25:25 +01:00
parent bec841878a
commit 64d439601d

View File

@@ -301,16 +301,11 @@ jobs:
- name: Install and test bindings
env:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "cd {project}\\src\\runtime\\python; pytest"
CIBW_TEST_COMMAND: "cd {project}\\src\\runtime\\python && pytest"
CIBW_SKIP: pp*
run: |
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse
- name: Install and test bindings
run: |
cd src/runtime/python
python3 setup.py build
- uses: actions/upload-artifact@master
with:
name: python-windows