Skip to content

Commit

Permalink
Add wheel dependency commonly used for sdist installs
Browse files Browse the repository at this point in the history
  • Loading branch information
ynouri committed Jan 6, 2021
1 parent 289c837 commit b0a4fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
architecture: x64

- name: Install test dependencies
run: pip install flake8 pytest twine
run: pip install wheel flake8 pytest twine

- name: Flake8
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit b0a4fc4

Please sign in to comment.