[ci] Cache importtime-waterfall in the shared venv

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.
This commit is contained in:
J. Nick Koston
2026-04-23 14:42:18 -05:00
parent 6b7e834174
commit b8c6bd69c9
2 changed files with 3 additions and 4 deletions
-4
View File
@@ -123,10 +123,6 @@ jobs:
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache-key: ${{ needs.common.outputs.cache-key }}
- name: Install importtime-waterfall
run: |
. venv/bin/activate
pip install importtime-waterfall==1.0.0
- name: Check import time against budget
run: |
. venv/bin/activate