Remove pip cache from e2e-plano-tests setup-python step

The e2e-plano-tests job uses uv, not pip, so there is no pip cache
directory. The setup-python post step fails trying to cache a
non-existent directory.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adil Hafeez 2026-02-15 02:28:53 +00:00
parent ea78102b89
commit 04f15f1616

View file

@ -332,7 +332,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Download plano image
uses: actions/download-artifact@v4