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