build: fix tasks not executing in dev container (#1394)

This commit is contained in:
Mario Guggenberger 2026-01-13 11:32:17 +01:00 committed by GitHub
commit 844afc081a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -17,4 +17,4 @@ fi
export PYTHONPATH="${PYTHONPATH}:${PWD}/custom_components"
# Start Home Assistant
hass --config "${PWD}/config" --debug
uv run hass --config "${PWD}/config" --debug