Requirements-check fails
openstack_requirements is installed in python2 project-requirements-change.py is run in python3 see: https://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_91b/694233/1/check/requirements-check/91b72b0/job-output.txt Change-Id: If5de7301d998bc0ec5034afd853426ae393d1064
This commit is contained in:
parent
5620d2c1f9
commit
1c270c8dd5
@ -1,7 +1,7 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Install openstack_requirements
|
||||
command: "pip install --user {{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}"
|
||||
command: "pip3 install --user {{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}"
|
||||
|
||||
- name: Run requirements check script
|
||||
# Use command module here instead of script since Zuul gets output
|
||||
|
Loading…
Reference in New Issue
Block a user