Skip to content

Commit e2f40eb

Browse files
authored
Update wheel.yml again
1 parent 7437ea1 commit e2f40eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,14 @@ jobs:
8888
python-version: '3.11' # update once build dependencies are available
8989

9090
- name: Install cibuildwheel
91-
run: python -m pip install cibuildwheel setuptools
91+
run: python -m pip install cibuildwheel setuptools numpy
9292

9393
- name: Build wheels
9494
env:
9595
CIBW_PRERELEASE_PYTHONS: ${{ matrix.prerelease }}
9696
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
9797
CIBW_ARCHS: all
98+
CIBW_BEFORE_ALL: python -m pip install numpy cmake setuptools
9899
CIBW_BEFORE_BUILD: python -m pip install numpy cmake setuptools
99100
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
100101
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}

0 commit comments

Comments
 (0)