mirror of
https://github.com/esphome/esphome.git
synced 2026-05-09 21:28:40 +08:00
ed00f5f36b
Mirrors esphome/device-builder#192: switch from pip to astral-sh/setup-uv + uv pip install --system, and run pytest with -n auto under pytest-xdist. uv is an order of magnitude faster on cold boots, and -n auto matches the install shape device-builder's own CI now uses.