Add pip-and-virtualenv dependency for DIBs
Logic has been updated and we now need to force pip to be installed via this element. Change-Id: Ie57df132eb4815202fc29b94f2858cf3fc1dc57b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6030e20dc8
commit
5f6baf6296
1
nodepool/elements/zuul-worker/element-deps
Normal file
1
nodepool/elements/zuul-worker/element-deps
Normal file
@ -0,0 +1 @@
|
||||
pip-and-virtualenv
|
@ -23,4 +23,4 @@ set -e
|
||||
# NOTE(pabelanger): This is to work around a bug in the zuul-jobs tox role, this
|
||||
# is because ensure-tox installs into ~/.local/bin however ansible doesn't
|
||||
# incude that within PATH by default.
|
||||
pip install tox
|
||||
$DIB_PYTHON_PIP install tox
|
||||
|
Loading…
x
Reference in New Issue
Block a user