File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ QUAY_TAG ?= latest
8
8
9
9
.PHONY : install-python-packages
10
10
install-python-packages :
11
- pip3 install -r tests/integration/requirements.txt
11
+ pip3 install -r tests/integration/requirements.txt --force
12
12
13
13
.PHONY : install-ansible-collections
14
14
install-ansible-collections :
@@ -32,7 +32,7 @@ integration: install-python-packages install-ansible-collections prepare_symlink
32
32
ansible-test integration --no-temp-workdir
33
33
34
34
.PHONY : eco-vcenter-ci
35
- eco-vcenter-ci : install-ansible-collections prepare_symlinks
35
+ eco-vcenter-ci : install-python-packages install- ansible-collections prepare_symlinks
36
36
@[ -f /tmp/vmware_ops_tests_report.txt ] && rm /tmp/vmware_ops_tests_report.txt || true ; \
37
37
@failed=0; \
38
38
total=0; \
You can’t perform that action at this time.
0 commit comments