Commit 0c91f4d
committed
ci: pin uv pip install to python3.12 in test-kernels
The custom container-hook runner used by linux-strix-halo-gpu-rocm-oem
exec's commands with a PATH where /usr/bin/python3 (Debian 3.11, PEP 668
externally managed) precedes /usr/local/bin/python3 (3.12). uv pip
install --system then resolves the 3.11 interpreter and refuses with
"externally managed". Pass --python python3.12 explicitly so uv targets
the image's intended interpreter regardless of PATH ordering.
Signed-off-by: Matthias Gehre <matthias.gehre@amd.com>1 parent 83d5d47 commit 0c91f4d
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | | - | |
| 199 | + | |
197 | 200 | | |
198 | 201 | | |
199 | 202 | | |
200 | | - | |
| 203 | + | |
201 | 204 | | |
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
205 | 208 | | |
206 | 209 | | |
207 | 210 | | |
208 | | - | |
| 211 | + | |
209 | 212 | | |
210 | 213 | | |
211 | 214 | | |
| |||
0 commit comments