Commit f77f58c
authored
GHA: replace uv with bare python (#196)
Replace installer Action `astral-sh/setup-uv` and the `uv` tool with
bare Python invocation. The specific script doesn't have
dependencies, and faster to run as-is. It also eliminates a GHA and
tool dependency, and the need for GHA caching.1 parent 43acd65 commit f77f58c
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments