Newer
Older
image: python:3.8-buster
variables:
GIT_SUBMODULE_STRATEGY: recursive
PIP_EXTRA_INDEX_URL: https://edugit.org/api/v4/projects/257/packages/pypi/simple
- pip install -r requirements.txt
artifacts:
paths:
- public/
only:
- master