Skip to content

Commit

Permalink
install 'wheel' in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 11, 2021
1 parent 54c8cf1 commit 8ff7696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install wheel
run: |
python -m pip install --upgrade pip
pip install --upgrade build
pip install --upgrade build wheel
- name: Install NumPy
run: pip install --prefer-binary numpy
Expand Down

0 comments on commit 8ff7696

Please sign in to comment.