fix: ensure wheel is installed

This commit is contained in:
Jose Diaz-Gonzalez
2023-12-09 12:34:58 -05:00
parent 4c5187bcff
commit 31a6e52a5e

View File

@@ -26,7 +26,7 @@ jobs:
with:
python-version: "3.8"
cache: "pip"
- run: pip install -r release-requirements.txt
- run: pip install -r release-requirements.txt && pip install wheel
- run: flake8 --ignore=E501,E203,W503
- run: black .
- run: rst-lint README.rst