Skip to content

Commit b0a4fc4

Browse files
committed
Add wheel dependency commonly used for sdist installs
1 parent 289c837 commit b0a4fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
architecture: x64
1919

2020
- name: Install test dependencies
21-
run: pip install flake8 pytest twine
21+
run: pip install wheel flake8 pytest twine
2222

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

0 commit comments

Comments
 (0)