1
0
forked from GitHub/gf-core

reenable testing on windows

This commit is contained in:
Krasimir Angelov
2023-01-26 19:31:53 +01:00
parent d32ba0538d
commit 213de48eb1

View File

@@ -300,8 +300,8 @@ jobs:
- name: Install and test bindings
env:
# CIBW_TEST_REQUIRES: pytest
# CIBW_TEST_COMMAND: "pytest {project}\\src\\runtime\\python"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}\\src\\runtime\\python"
CIBW_SKIP: "pp* *-win32"
run: |
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse