-
-
Notifications
You must be signed in to change notification settings - Fork 26
Cache Python deps in CI #3
Copy link
Copy link
Open
Labels
OSCG26enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmediumIntermediate difficultyIntermediate difficulty
Metadata
Metadata
Assignees
Labels
OSCG26enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmediumIntermediate difficultyIntermediate difficulty
In
.github/workflows/ci.yml, add pip cache to the Python job to speed up the byte-compile step.Use
actions/setup-python@v5with thecacheoption: