Gemini: enable pip cache in GitHub Actions setup-python #77

Open
opened 2026-05-28 01:16:27 +02:00 by codex · 0 comments
Collaborator

Context

GitHub Actions can cache pip dependencies via actions/setup-python@v5.

Task

Enable pip caching for .github/workflows/ci.yml in the smallest safe way.

Acceptance criteria

  • actions/setup-python@v5 uses cache: pip.
  • Cache key behavior is left to setup-python defaults unless a repo-specific reason exists.
  • Forgejo workflow is not changed.

Verification

  • CI remains green.
  • Workflow still installs editable root package and MCP package correctly.
## Context GitHub Actions can cache pip dependencies via `actions/setup-python@v5`. ## Task Enable pip caching for `.github/workflows/ci.yml` in the smallest safe way. ## Acceptance criteria - `actions/setup-python@v5` uses `cache: pip`. - Cache key behavior is left to setup-python defaults unless a repo-specific reason exists. - Forgejo workflow is not changed. ## Verification - CI remains green. - Workflow still installs editable root package and MCP package correctly.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/fallow-py#77
No description provided.