Commit b3d1f28
David Moreau-Simard
Don't assume pip is installed in run_tests.sh
In I1e1a4f6afd5649f16c1de56006f3aa719903f5e4 we replaced setup.py
by pip. Since pip is installed by default in the gate it didn't
cause problems for the jobs there.
However, on CentOS systems outside of the gate, pip is not installed
by default and is unavailable in base OS repositories -- only in EPEL.
This patch ensures pip is installed.
Change-Id: I7fb365abc72c27659935b9d90008341e3352eacd1 parent 37ff273 commit b3d1f28
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
0 commit comments