10 lines
157 B
YAML
10 lines
157 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: fnndsc/python-poetry
|
|
commands:
|
|
- poetry install --with dev
|
|
- poetry run pytest
|