mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
try cibuildwheel on Windows again
This commit is contained in:
12
.github/workflows/build-majestic.yml
vendored
12
.github/workflows/build-majestic.yml
vendored
@@ -294,6 +294,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
|
- name: Install cibuildwheel
|
||||||
|
run: |
|
||||||
|
python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main
|
||||||
|
|
||||||
|
- name: Install and test bindings
|
||||||
|
env:
|
||||||
|
CIBW_TEST_REQUIRES: 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
|
- name: Install and test bindings
|
||||||
run: |
|
run: |
|
||||||
cd src/runtime/python
|
cd src/runtime/python
|
||||||
|
|||||||
Reference in New Issue
Block a user