10 lines
130 B
YAML
10 lines
130 B
YAML
|
image: python:3.9.5-slim
|
||
|
|
||
|
before_script:
|
||
|
- pip install -r requirements.txt
|
||
|
|
||
|
latest:
|
||
|
script:
|
||
|
- cd src
|
||
|
- python main.py
|