Ensure wheel package is present when running Pylint (#29012)
This commit is contained in:
parent
7c6b38d308
commit
94f8e634b2
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ stages:
|
|||
python -m venv venv
|
||||
|
||||
. venv/bin/activate
|
||||
pip install -U pip setuptools
|
||||
pip install -U pip setuptools wheel
|
||||
pip install -r requirements_all.txt -c homeassistant/package_constraints.txt
|
||||
pip install -r requirements_test.txt -c homeassistant/package_constraints.txt
|
||||
- script: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue