Commit 1b0a911
authored
fix(kernel-env): retry uv pip install with --refresh on stale cache (#1051)
* fix(kernel-env): retry uv pip install with --refresh on failure
When uv's cached package index is stale, installing recently-published
versions (e.g. nightly pre-releases) fails with "no version found". Retry
once with --refresh to force a fresh index fetch, with no perf impact on
the happy path.
* fix(kernel-env): improve retry robustness and drop unrelated schema diffs
- Clone install_args and insert --refresh instead of slicing by magic index
- Log first-attempt stderr before retrying for easier debugging
- Revert unrelated generated schema changes (webdriver ACL removal)1 parent e5718c0 commit 1b0a911
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
229 | 250 | | |
230 | 251 | | |
231 | 252 | | |
| |||
0 commit comments