Commit ed882d5
fix: remove --system flag from uv pip install in CI
The --system flag prevents uv from using virtual environments,
which causes failures on macOS with Homebrew's externally-managed Python.
Removing the flag allows uv to handle virtual environments automatically,
fixing the CI error while maintaining the same functionality.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent ecfa444 commit ed882d5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments