Commit e94e4aa
fix: Add --system flag to uv pip install in Code Complexity workflow (#17)
The Code Complexity Analysis job was failing because uv pip install
requires either a virtual environment or the --system flag to install
packages system-wide. Since the workflow doesn't create a venv, we
need to use --system flag.
This fixes the error: 'No virtual environment found; run uv venv to
create an environment, or pass --system to install into a non-virtual
environment'
Co-authored-by: Vijay Iyengar <Vijay.Iyengar@team.belong.com.au>1 parent 93efd3f commit e94e4aa
File tree
3 files changed
+1
-83
lines changed- .github/workflows
- gitlab
3 files changed
+1
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments