mirror of https://github.com/astral-sh/uv
Use `--no-build`
This commit is contained in:
parent
7cb7d60e2f
commit
2dbe6f3aad
|
|
@ -235,7 +235,7 @@ jobs:
|
||||||
command: "uv pip install --upgrade -e '.[dev]'"
|
command: "uv pip install --upgrade -e '.[dev]'"
|
||||||
python: "3.9"
|
python: "3.9"
|
||||||
- repo: "home-assistant/core"
|
- 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"
|
python: "3.12"
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue