CI: do not install IPA-builder as editable

We need to be able to find the DIB element in /usr/share, using editable
installation will prevent it.

Change-Id: I99e4b874e8429fc559a3fbfa22a6c5359e0ea081
This commit is contained in:
Dmitry Tantsur 2019-08-26 13:57:34 +02:00
parent 9226263ccb
commit b4f391da53
1 changed files with 0 additions and 1 deletions

View File

@ -16,5 +16,4 @@
- name: Install ironic-python-agent-builder
pip:
name: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/ironic-python-agent-builder'].src_dir }}"
editable: true
become: true