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 ea21f33 commit ae8b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: python -m pip install cibuildwheel==2.22.0

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

- name: Build wheels
env:
Expand Down

0 comments on commit ae8b2a6

Please sign in to comment.