mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
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:
parent
ea78102b89
commit
04f15f1616
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue