5 lines
96 B
YAML
5 lines
96 B
YAML
terminal:
|
|
image: python:alpine
|
|
before_script:
|
|
- pip install poetry
|
|
- poetry install
|