Another tweak to HA config check.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 14s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 16s
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been skipped

This commit is contained in:
2025-08-25 21:25:10 -04:00
parent eb1d42bf03
commit 68141b247f
@@ -103,9 +103,7 @@ jobs:
- name: Build wheels & install Home Assistant + test deps
run: |
python -m pip install --upgrade pip wheel
# Build wheels for HA, its test requirements, and colorlog explicitly
pip wheel --wheel-dir ~/.cache/pip -r requirements_test_all.txt "homeassistant==${HA_VERSION}" colorlog
# Install everything from cached wheels
pip install --no-index --find-links ~/.cache/pip -r requirements_test_all.txt "homeassistant==${HA_VERSION}" colorlog
- name: Gotify Notification (start check)