Commit cfb95f3
Mark Saroufim
Fix uv not found: install pip and uv as root
ensurepip and pip install were running as the runner user, placing uv
in ~/.local/bin which sudo cannot find. Use sudo so uv installs to
/usr/local/bin.1 parent 796408d commit cfb95f3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments