From 04f15f161694a8f2ae1307fb8952671ffd865627 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Sun, 15 Feb 2026 02:28:53 +0000 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e76d260c..3cca8fb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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