Dmitry Tantsur a065777baa CI: Install metalsmith requirements honoring upper-constraints
Change-Id: I399287f4cd46549f94bb272afab4600414311bae
2018-05-16 21:07:38 +02:00

17 lines
375 B
YAML

- hosts: all
roles:
- run-devstack
tasks:
- name: Install requirements for metalsmith
pip:
name: -r /opt/stack/metalsmith/requirements.txt
extra_args: -c /opt/stack/requirements/upper-constraints.txt
become: true
- name: Install metalsmith
pip:
name: /opt/stack/metalsmith
editable: true
become: true