Skip to content

Remove pip cache from CI failure handler — no pip deps#597

Merged
riddim-developer-bot[bot] merged 1 commit into
mainfrom
fix/handler-remove-pip-cache
May 25, 2026
Merged

Remove pip cache from CI failure handler — no pip deps#597
riddim-developer-bot[bot] merged 1 commit into
mainfrom
fix/handler-remove-pip-cache

Conversation

@riddim-developer-bot

Copy link
Copy Markdown
Contributor

Why

The handler workflow had `cache: "pip"` on `setup-python`, but the script uses only stdlib — no `pip install` ever runs. This caused the post-run cache-save step to fail with "cache folder doesn't exist on disk", which failed the job even after the script itself succeeded (EPAC-2067 was created successfully by the run that triggered this investigation).

What changed

  • Removed `cache: "pip"` and `cache-dependency-path` from the `setup-python` step in `ci-failure-handler.yml`

Test plan

`actionlint` passes. Next CI Failure Handler run should complete without the post-run error.

@riddim-developer-bot
riddim-developer-bot Bot enabled auto-merge (squash) May 25, 2026 18:57
@riddim-developer-bot
riddim-developer-bot Bot merged commit d346fda into main May 25, 2026
5 checks passed
@riddim-developer-bot
riddim-developer-bot Bot deleted the fix/handler-remove-pip-cache branch May 25, 2026 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant