Skip to content

Commit 31a6e52

Browse files
committed
fix: ensure wheel is installed
1 parent 4c5187b commit 31a6e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: "3.8"
2828
cache: "pip"
29-
- run: pip install -r release-requirements.txt
29+
- run: pip install -r release-requirements.txt && pip install wheel
3030
- run: flake8 --ignore=E501,E203,W503
3131
- run: black .
3232
- run: rst-lint README.rst

0 commit comments

Comments
 (0)