Skip to content

Commit

Permalink
Fix pylint CI (home-assistant#34836)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Apr 29, 2020
1 parent c695b6f commit c82ece2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ stages:
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
# This is a TEMP. Eventually we should make sure our 4 dependencies drop typing.
# Find offending deps with `pipdeptree -r -p typing`
pip uninstall -y typing
- script: |
. venv/bin/activate
pip install -e .
Expand Down

0 comments on commit c82ece2

Please sign in to comment.