Skip to content

Commit

Permalink
Install numpy with wheel, required by sep
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra authored Jul 10, 2020
1 parent 34b0dd0 commit 7d1dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install wheel
run: |
python -m pip install setuptools wheel
python -m pip install setuptools wheel numpy
- name: Build wheels
run: |
python -m pip wheel . -w wheelhouse
Expand Down

0 comments on commit 7d1dc9f

Please sign in to comment.