mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
skip building for pypy
This commit is contained in:
8
.github/workflows/build-majestic.yml
vendored
8
.github/workflows/build-majestic.yml
vendored
@@ -59,6 +59,9 @@ jobs:
|
|||||||
name: Python (Ubuntu)
|
name: Python (Ubuntu)
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: ubuntu-runtime
|
needs: ubuntu-runtime
|
||||||
|
env:
|
||||||
|
EXTRA_INCLUDE_DIRS: /usr/local/include
|
||||||
|
EXTRA_LIB_DIRS: /usr/local/lib
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -66,9 +69,6 @@ jobs:
|
|||||||
uses: actions/download-artifact@master
|
uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: libpgf-ubuntu
|
name: libpgf-ubuntu
|
||||||
- run: |
|
|
||||||
sudo mv lib/* /usr/local/lib/
|
|
||||||
sudo mv include/* /usr/local/include/
|
|
||||||
|
|
||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: |
|
run: |
|
||||||
@@ -78,6 +78,7 @@ jobs:
|
|||||||
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*
|
||||||
run: |
|
run: |
|
||||||
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
||||||
|
|
||||||
@@ -200,6 +201,7 @@ jobs:
|
|||||||
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*
|
||||||
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