Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
TangibleAI
/
mathtext-fastapi
like
0
Runtime error
App
Files
Files
Community
0d7dd8c
mathtext-fastapi
/
.gitlab-ci.yml
cetinca
Initial commit
46f5320
verified
almost 2 years ago
raw
Copy download link
history
blame
Safe
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