Commit 11d75a9
authored
[CI] ensure pyyaml is installed into the correct Python environment (vllm-project#11328)
### What this PR does / why we need it?
- The resolve_nightly_tests.py script requires pyyaml but it was not
pre-installed in the runner container, causing ModuleNotFoundError.
- Added explicit pip3 install step in the authorize job.
- Removed --user flag from the script's fallback install to avoid
PYTHONPATH issues in root containers.
- vLLM version: v0.23.0
- vLLM main:
vllm-project/vllm@a30addc
Signed-off-by: hfadzxy <starmoon_zhang@163.com>1 parent 924bff3 commit 11d75a9
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments