Skip to content

ci: 10 workflows still use cache: pip — will break on GitHub's Node 24 runners #44

Description

@Seungpyo1007

GitHub flipped the default runners from Node 20 → 24. With that, actions/setup-python@v5 using cache: pip crashes with Maximum call stack size exceeded during setup. The engine's test.yml already avoids this (it was switched to no pip cache).

Affected workflows (10) — all actions/setup-python@v5, Python 3.12

  • coverage-report.yml
  • deploy-pages.yml
  • dump-refresh.yml
  • refresh-data.yml
  • techapi-pr-validation-comment.yml
  • techapi-verify-comment.yml
  • verify-network.yml
  • verify-status.yml
  • weekly-ingest.yml
  • weekly-refresh.yml

Recommended fix

Remove the cache: pip line from each setup-python step (matching test.yml, which passes without it). validate-data.yml and test.yml are unaffected (no pip cache).

Found during a TechAPI-side repo cleanup pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions