mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 02:57:51 +00:00
wheels: symlink python3-config
This commit is contained in:
parent
ab84c105c1
commit
67f17a1c97
2 changed files with 5 additions and 1 deletions
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
with:
|
||||
python-version: 3.8
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.20.0
|
||||
uses: pypa/cibuildwheel@v2.21.1
|
||||
env:
|
||||
CIBW_SKIP: pp* # The Makefile requires python3-config which is not in pypy
|
||||
CIBW_ARCHS: ${{ matrix.os.archs }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue