From 2dbe6f3aadd6dabf3e697b37f97bfee55cd0bf36 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 10 Apr 2024 09:28:55 -0500 Subject: [PATCH] Use `--no-build` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4d68fbdb..9cb2ba46b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,7 +235,7 @@ jobs: command: "uv pip install --upgrade -e '.[dev]'" python: "3.9" - repo: "home-assistant/core" - command: "uv pip install -r requirements_all.txt" + command: "uv pip install -r requirements_all.txt --no-build" python: "3.12" fail-fast: false steps: