Commit a45f3f7
committed
Cache transforms sandbox in CI
Restore the .transforms-sandbox directory from cache before postprocessing
and save it afterwards. This avoids re-running pip/npm install from scratch
on every workflow run when dependencies haven't changed.
Uses a per-run key with a fallback restore key keyed to the OS, so a
warm cache is always preferred over a cold start.1 parent 3be2f7f commit a45f3f7
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
204 | 211 | | |
205 | 212 | | |
206 | 213 | | |
| |||
233 | 240 | | |
234 | 241 | | |
235 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
236 | 249 | | |
237 | 250 | | |
238 | 251 | | |
| |||
0 commit comments