[PR #1912] ci: Properly cache pip packages #23306

Closed
opened 2026-02-21 20:20:50 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/1912

State: closed
Merged: Yes


  • the existed step for pip caching seems often miss hitting caching
  • resolve the problem of pip packages caching by configuring actions/setup-python, with os-aware caching support

With this PR, pip packages cache is properly reused in Setup Python step:
image

**Original Pull Request:** https://github.com/langgenius/dify/pull/1912 **State:** closed **Merged:** Yes --- - the existed step for pip caching seems often miss hitting caching - resolve the problem of pip packages caching by configuring `actions/setup-python`, with os-aware caching support With this PR, pip packages cache is properly reused in `Setup Python` step: ![image](https://github.com/langgenius/dify/assets/1935105/29ded74d-b375-4e59-8283-ebb5dd839e5c)
yindo added the pull-request label 2026-02-21 20:20:50 -05:00
yindo closed this issue 2026-02-21 20:20:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23306