Skip to content

Commit

Permalink
added 'python3-virtualenv'
Browse files Browse the repository at this point in the history
  • Loading branch information
dericcrago committed Nov 9, 2020
1 parent ac4133b commit 51ee25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/inventory_kubevirt/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fi

set -eux

# quay.io/ansible/default-test-container:2.7.0 doesn't have venv included
apt-get install python3-venv
# 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 51ee25d

Please sign in to comment.