Commit 7944b47
committed
Remove source of uv env file - PATH already set
The 'Fix PATH for local tools' step already adds ~/.local/bin to PATH,
so we don't need to source the uv env file. This was causing an error
because the env file didn't exist yet at that point in the workflow.
Use explicit path to uv (~/.local/bin/uv) instead of relying on PATH.
Signed-off-by: Gary Oberbrunner <[email protected]>1 parent 20d637c commit 7944b47
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
| 211 | + | |
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
216 | | - | |
| 215 | + | |
217 | 216 | | |
218 | 217 | | |
219 | 218 | | |
| |||
0 commit comments