Spaces:
Runtime error
Runtime error
# Official Python language image. | |
test: | |
image: python:3.9 | |
before_script: | |
- python -v | |
- pip install -r requirements.txt | |
script: | |
- pytest --verbose | |