9 lines
158 B
YAML
9 lines
158 B
YAML
|
---
|
||
|
pipeline:
|
||
|
|
||
|
test:
|
||
|
image: python:3.9
|
||
|
commands:
|
||
|
- pip3 install -r requirements.txt
|
||
|
- ./generate_map.py --cache-directory cache.example
|