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