mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Install requirements_test.txt for flake8 in Azure CI (#25463)
Was missing specified versions, as well as flake8-docstrings altogether.
This commit is contained in:
parent
cd0277c2c3
commit
408af6e842
@ -40,7 +40,7 @@ stages:
|
|||||||
python -m venv venv
|
python -m venv venv
|
||||||
|
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install flake8
|
pip install -r requirements_test.txt
|
||||||
displayName: 'Setup Env'
|
displayName: 'Setup Env'
|
||||||
- script: |
|
- script: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user