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