Commit 395160a
committed
ci: run architecture validators via 'uv run python' so they use the venv
ci-arch-cqrs and ci-arch-clean invoked their scripts as bare ./script.py,
which runs under the system Python via the shebang. validate_cqrs.py and
check_architecture.py import PyYAML (a venv-only dependency), so they failed
with ModuleNotFoundError once the dependency setup stopped leaving the venv
active in the ambient environment. Invoke them with 'uv run python' (matching
ci-arch-imports), which resolves the project venv. file-sizes aligned too.1 parent 2e11997 commit 395160a
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | | - | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments