openwisp / openwisp/openwisp-utils
[chores] CI bots: cache dependencies
Open
@czarflix is already working on this.
Since Mar 17, 2026.
enhancement
helper-bots
- Dominant language
- Python
- Stars
- 93
- Forks
- 104
- Avg merge
- 14h 10m
- Merged PRs (30d)
- 22
Description
The bots always reinstall all the dependencies they need at each run, a huge waste of resources (hardware, network bandwidth, energy, time). We need to cache the dependencies, for the pip deps we can use setup.py for the hash so if anything changes there the cache is invalidated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.