mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
064ece1f4d
Chained off #16451. Every job in that PR's CI run cache-hit on the existing dev caches (Linux-/macOS-/Windows-3.11/3.13/3.14-venv-...), which means the uv install path the PR introduces was never actually executed. This branch salts the cache key in the common job so every downstream restore misses and forces the new ``uv pip install`` lines to run on every (OS, Python) combo. Probe only -- close once #16451 is validated.