Skip to content

Commit

Permalink
fix: ensure wheel is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 9, 2023
1 parent 4c5187b commit 31a6e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31a6e52

Please sign in to comment.