Commit 07fcdef
committed
fix(ci): create virtual environment before uv pip install
Add 'uv venv' step before 'uv pip install' in both tests and prek-hook
jobs to fix "No virtual environment found" error. The uv package manager
requires an active virtual environment for pip operations.1 parent 7c532d0 commit 07fcdef
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
0 commit comments