mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -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)
|
||||
runs-on: ubuntu-20.04
|
||||
needs: ubuntu-runtime
|
||||
env:
|
||||
EXTRA_INCLUDE_DIRS: /usr/local/include
|
||||
EXTRA_LIB_DIRS: /usr/local/lib
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@@ -66,9 +69,6 @@ jobs:
|
||||
uses: actions/download-artifact@master
|
||||
with:
|
||||
name: libpgf-ubuntu
|
||||
- run: |
|
||||
sudo mv lib/* /usr/local/lib/
|
||||
sudo mv include/* /usr/local/include/
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: |
|
||||
@@ -78,6 +78,7 @@ jobs:
|
||||
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
|
||||
|
||||
@@ -200,6 +201,7 @@ jobs:
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user