From 68141b247f4d104ffceb586d88e43b484ad8659d Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 25 Aug 2025 21:25:10 -0400 Subject: [PATCH] Another tweak to HA config check. --- .gitea/workflows/home-assistant-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/home-assistant-deploy.yml b/.gitea/workflows/home-assistant-deploy.yml index 6062a12..9818103 100644 --- a/.gitea/workflows/home-assistant-deploy.yml +++ b/.gitea/workflows/home-assistant-deploy.yml @@ -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)