We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7437ea1 commit e2f40ebCopy full SHA for e2f40eb
.github/workflows/wheel.yml
@@ -88,13 +88,14 @@ jobs:
88
python-version: '3.11' # update once build dependencies are available
89
90
- name: Install cibuildwheel
91
- run: python -m pip install cibuildwheel setuptools
+ run: python -m pip install cibuildwheel setuptools numpy
92
93
- name: Build wheels
94
env:
95
CIBW_PRERELEASE_PYTHONS: ${{ matrix.prerelease }}
96
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
97
CIBW_ARCHS: all
98
+ CIBW_BEFORE_ALL: python -m pip install numpy cmake setuptools
99
CIBW_BEFORE_BUILD: python -m pip install numpy cmake setuptools
100
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
101
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
0 commit comments