use apt-get install -y

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2021-09-13 09:47:51 -06:00 committed by Richard Megginson
parent 9ce48eb05a
commit 81248c01c4

View file

@ -28,7 +28,7 @@ jobs:
set -euxo pipefail
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install git
sudo apt-get install -y git
pip install "$TOX_LSR"
lsr_ci_preinstall
- name: Run tox tests