This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/.woodpecker/.test.yml
Oscar Pocock 8449d16441
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test Pipeline was successful
Added autoconfirm to installation of libgl
2022-04-28 22:21:24 +01:00

9 lines
No EOL
263 B
YAML

pipeline:
unit-tests:
image: python:3.8
commands:
- 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
branches: dev