Skip to content

Commit

Permalink
preinstall numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson committed Jan 23, 2025
1 parent fe40913 commit ea21f33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.22.0

- name: Preinstall numpy
run: python -m pip install numpy --only-binary :all:

- name: Build wheels
env:
CIBW_BUILD: "cp311-*"
Expand Down

0 comments on commit ea21f33

Please sign in to comment.