Skip to content

Commit 303a25e

Browse files
authored
Merge pull request #128 from anna-savina/add_req_to_makefile
Add install-python-packages to the eco-vcenter-ci workflow
2 parents 8dca8d1 + 256d8af commit 303a25e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ QUAY_TAG ?= latest
88

99
.PHONY: install-python-packages
1010
install-python-packages:
11-
pip3 install -r tests/integration/requirements.txt
11+
pip3 install -r tests/integration/requirements.txt --force
1212

1313
.PHONY: install-ansible-collections
1414
install-ansible-collections:
@@ -32,7 +32,7 @@ integration: install-python-packages install-ansible-collections prepare_symlink
3232
ansible-test integration --no-temp-workdir
3333

3434
.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
3636
@[ -f /tmp/vmware_ops_tests_report.txt ] && rm /tmp/vmware_ops_tests_report.txt || true; \
3737
@failed=0; \
3838
total=0; \

0 commit comments

Comments
 (0)