From 8449d16441a4f15e98acc4b64b783ce4b4ea44bb Mon Sep 17 00:00:00 2001 From: Oscar Pocock Date: Thu, 28 Apr 2022 22:21:24 +0100 Subject: [PATCH] Added autoconfirm to installation of libgl --- .woodpecker/.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index e528c4c..338a00c 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -2,7 +2,7 @@ pipeline: unit-tests: image: python:3.8 commands: - - apt update -y && apt install libgl1 + - apt update -y && apt install libgl1 -y - python3.8 -m pip install -r ./requirements_dev.txt -r ./requirements.txt - python3.8 -m pip install -e . - pytest test/ -v