mathtext-fastapi / .gitlab-ci.yml
Hobson Lane
Update .gitlab-ci.yml
1c22158
raw
history blame
265 Bytes
run_tests:
image: python:3.10-slim-buster
before_script:
- echo "Image build has started!"
script:
- git clone https://gitlab.com/tangibleai/community/mathtext
- pip install ./mathtext/
- pip install -r requirements.txt
- pytest --verbose