Commit e25e86e
Always --force when installing the mlflow CLI (#135)
Keying --force on a parsed existing version broke when an mlflow was on
disk but its version couldn't be parsed: --force was dropped and uv
errored "Executable already exists". --force installs fresh when absent
and replaces in place when present, so it's safe unconditionally.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 3cfa6f5 commit e25e86e
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
654 | 656 | | |
655 | 657 | | |
656 | 658 | | |
| |||
0 commit comments