mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
reenable testing on windows
This commit is contained in:
4
.github/workflows/build-majestic.yml
vendored
4
.github/workflows/build-majestic.yml
vendored
@@ -300,8 +300,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install and test bindings
|
- name: Install and test bindings
|
||||||
env:
|
env:
|
||||||
# CIBW_TEST_REQUIRES: pytest
|
CIBW_TEST_REQUIRES: pytest
|
||||||
# CIBW_TEST_COMMAND: "pytest {project}\\src\\runtime\\python"
|
CIBW_TEST_COMMAND: "pytest {project}\\src\\runtime\\python"
|
||||||
CIBW_SKIP: "pp* *-win32"
|
CIBW_SKIP: "pp* *-win32"
|
||||||
run: |
|
run: |
|
||||||
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse
|
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse
|
||||||
|
|||||||
Reference in New Issue
Block a user