Commit 89576b7
fix(ci): drop pip cache from agent-e2e setup-python
actions/setup-python's `cache: pip` hard-fails when the repo has no
requirements.txt or pyproject.toml to hash for the cache key — true for
this repo, where Python exists only to run mcp-testkit. Carried over
from the Python SDK's agent-e2e workflow, where a pyproject.toml exists.
First observed on PR #131: the job died in "Set up Python" before any
test ran, and the silently-empty guard correctly reported 0/0.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 46bf0f1 commit 89576b7
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments