mathtext-wormhole-staging / .gitlab-ci.yml
cetinca's picture
Initial commit
7ff1fe0
raw
history blame
No virus
167 Bytes
run_tests:
image: python:3.10-slim-buster
before_script:
- echo "Image build has started!"
script:
- pip install -r requirements.txt && pytest --verbose