mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-25 11:54:06 +00:00
use apt-get install -y
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
9ce48eb05a
commit
81248c01c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tox.yml
vendored
2
.github/workflows/tox.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue