Another tweak to HA config check.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 13s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 23s

This commit is contained in:
2025-08-25 15:56:42 -04:00
parent 403e365538
commit 5470daddf5
+3 -3
View File
@@ -73,9 +73,9 @@ jobs:
python-version: '>=3.13.2'
- name: Install pipx
run: |
python -m pip install --upgrade pip
python -m pip install --user pipx
python -m pipx ensurepath
python3.13 -m pip install --upgrade pip
python3.13 -m pip install --user pipx
python3.13 -m pipx ensurepath
- name: Install Home Assistant via pipx
run: |
pipx install "homeassistant==2025.8.3"