ci: install pip as well

This commit is contained in:
Bhushan Shah 2020-06-17 13:34:59 +05:30
parent 3ebb994206
commit 79409053ad
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
# install dependencies (procps: /bin/kill)
apt update
apt install -q -y git sudo procps
apt install -q -y git sudo procps python3-pip
pip3 install virtualenv
# create pmos user