CoolFace
Apppublic

thompsgj/mathtext-fastapi

sourceHugging Faceagpl-3.0updated 3y agoView on Hugging Face
1likes
.gitlab-ci.yml17 linesDownload Raw Back to root
1# Official Python language image.2test_py38:3  image: python:3.84  before_script:5    - python -v6    - pip install -r requirements.txt7  script:8    - pytest --verbose9 10test_py39:11  image: python:3.912  before_script:13    - python -v14    - pip install -r requirements.txt15  script:16    - pytest --verbose17