Skip to content

Commit ea21f33

Browse files
committed
preinstall numpy
1 parent fe40913 commit ea21f33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install cibuildwheel
2828
run: python -m pip install cibuildwheel==2.22.0
2929

30+
- name: Preinstall numpy
31+
run: python -m pip install numpy --only-binary :all:
32+
3033
- name: Build wheels
3134
env:
3235
CIBW_BUILD: "cp311-*"

0 commit comments

Comments
 (0)