Commit 5dd5008
committed
force usage of venv python instead of system python in enrichment script
The enrichment script was failing with `ModuleNotFoundError: No module
named 'yaml'` because it was invoked with system Python instead of
virtualenv Python where dependencies are installed.
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>1 parent 3b50327 commit 5dd5008
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- scripts
- tests/e2e-prow/rhoai/manifests/lightspeed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments