[CI] Add pip caching to cleanup_pr_body workflow (#32979)

Signed-off-by: 7. Sun <jhao.sun@gmail.com>
This commit is contained in:
7. Sun
2026-02-11 08:45:28 +08:00
committed by GitHub
parent c4b9e6778f
commit dc6de33c3d

View File

@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: '3.12'
cache: 'pip'
- name: Install Python dependencies
run: |