Use `--no-build`

This commit is contained in:
Zanie Blue 2024-04-10 09:28:55 -05:00
parent 7cb7d60e2f
commit 2dbe6f3aad
1 changed files with 1 additions and 1 deletions

View File

@ -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: