Commit d8389ea
committed
ci: fix environment config validation workflow
Use 'uv run python' instead of bare 'python' to access virtual environment dependencies.
The workflow installs pyyaml and pydantic with uv but was running validation script
outside the virtual environment, causing ModuleNotFoundError.1 parent 85d9892 commit d8389ea
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments