Opened 43 hours ago

Last modified 23 hours ago

#36794 assigned Cleanup/optimization

Cache python dependencies on GitHub Actions

Reported by: Jacob Walls Owned by: Nilesh Pahari
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Good task for new-ish contributor:
Make a small survey of how other major python projects cache their dependencies in their Github Actions workflows, and implement something for Django.

Note there are several workflows that would make use of this.

Adam Johnson's blog:
https://adamj.eu/tech/2023/11/02/github-actions-faster-python-virtual-environments/

This would shave about a minute off the test job.

Change History (2)

comment:1 by Nilesh Pahari, 43 hours ago

Owner: set to Nilesh Pahari
Status: newassigned

comment:2 by Clifford Gama, 23 hours ago

Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top