Commit f8f6416
committed
fix(ci): use --system flag for uv pip install
Added the `--system` flag to the `uv pip install` command in the GitHub Actions workflow.
This fixes the "No virtual environment found" error by instructing uv to install dependencies into the system's Python environment, which is appropriate for a CI context.1 parent 14340cb commit f8f6416
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments