mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
try running the tests with cibuildwheel
This commit is contained in:
3
.github/workflows/build-majestic.yml
vendored
3
.github/workflows/build-majestic.yml
vendored
@@ -193,6 +193,9 @@ jobs:
|
||||
python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main
|
||||
|
||||
- name: Install bindings
|
||||
env:
|
||||
CIBW_TEST_REQUIRES: pytest
|
||||
CIBW_TEST_COMMAND: "pytest src/runtime/python/tests"
|
||||
run: |
|
||||
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user