Fix PYTHONPATH

This commit is contained in:
Bas Nijholt 2022-08-28 12:36:37 -07:00
commit a9428ed936
4 changed files with 6 additions and 6 deletions

View file

@ -35,4 +35,4 @@ jobs:
- name: Run pytest
timeout-minutes: 60
run: |
pytest tests
PYTHONPATH=${PYTHONPATH}:custom_components/:homeassistant/tests pytest tests