mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-13 22:06:01 -06:00
test
This commit is contained in:
@@ -301,16 +301,11 @@ jobs:
|
|||||||
- name: Install and test bindings
|
- name: Install and test bindings
|
||||||
env:
|
env:
|
||||||
CIBW_TEST_REQUIRES: pytest
|
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*
|
CIBW_SKIP: pp*
|
||||||
run: |
|
run: |
|
||||||
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse
|
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
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: python-windows
|
name: python-windows
|
||||||
|
|||||||
Reference in New Issue
Block a user