Skip to content

Commit

Permalink
Install python3-virtualenv from runme.sh
Browse files Browse the repository at this point in the history
Because otherwise "python3 -m virtualenv" won't work.
  • Loading branch information
dmsimard committed Nov 9, 2020
1 parent e5b67ab commit 7b5818e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/targets/inventory_kubevirt/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ fi

set -eux

# TODO: quay.io/ansible/default-test-container:2.7.0 doesn't have virtualenv included
apt -y install python3-virtualenv

source virtualenv.sh
pip install openshift -c constraints.txt

Expand Down

0 comments on commit 7b5818e

Please sign in to comment.