Added autoconfirm to installation of libgl
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Oscar Blue 2022-04-28 22:21:24 +01:00
parent 879f40d76f
commit 8449d16441

View file

@ -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