We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289c837 commit b0a4fc4Copy full SHA for b0a4fc4
1 file changed
.github/workflows/sdist.yml
@@ -18,7 +18,7 @@ jobs:
18
architecture: x64
19
20
- name: Install test dependencies
21
- run: pip install flake8 pytest twine
+ run: pip install wheel flake8 pytest twine
22
23
- name: Flake8
24
# stop the build if there are Python syntax errors or undefined names
0 commit comments