Commit bb8ee80
committed
github actions: Install Python dependencies in validate-kernel-commits workflow
The check_kernel_commits.py script requires the gitpython package (imported
as 'git' in ciq_helpers.py), but the workflow was not installing dependencies
after setting up Python. This caused the workflow to fail with:
"ModuleNotFoundError: No module named 'git'"
Add a step to install dependencies from pyproject.toml after Python setup.1 parent ddc9705 commit bb8ee80
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
138 | 144 | | |
139 | 145 | | |
140 | 146 | | |
| |||
0 commit comments