7 lines
114 B
YAML
7 lines
114 B
YAML
|
pipeline:
|
||
|
test:
|
||
|
image: fnndsc/python-poetry
|
||
|
commands:
|
||
|
- poetry install
|
||
|
- poetry run pytest -vvv
|