Added autoconfirm to installation of libgl
This commit is contained in:
parent
879f40d76f
commit
8449d16441
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
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 -r ./requirements_dev.txt -r ./requirements.txt
|
||||||
- python3.8 -m pip install -e .
|
- python3.8 -m pip install -e .
|
||||||
- pytest test/ -v
|
- pytest test/ -v
|
||||||
|
|
Reference in a new issue