Commit 62b4595
authored
feat: replace pip with uv (#147)
uv is a drop-in replacement for pip for the needs of this action. I got a 3x improvement in performance in my local tests... (from ~30s execution down to ~10s execution) .
`astral-sh/setup-uv`'s cache is disabled because it cannot generate a cache key.
It cannot because this action does not pin the version of `mergify-cli` (by design I gather), that causes a bunch of warnings and would (potentially) cache a mergify cli version forever, besides uv is so fast and `mergify-cli` is so small there is no benefit for the cache anyway.1 parent 70ef6d5 commit 62b4595
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
71 | | - | |
| 77 | + | |
| 78 | + | |
72 | 79 | | |
73 | 80 | | |
74 | 81 | | |
| |||
0 commit comments