mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
The import-time job previously did a `pip install` on every run (~1s and some noisy output). Moving the pin to `requirements_test.txt` bakes it into the venv that `common` already builds and caches, so the job restores it from the cache and skips the install step.