Spaces:
Runtime error
Runtime error
File size: 167 Bytes
46f5320 |
1 2 3 4 5 6 7 |
run_tests:
image: python:3.10-slim-buster
before_script:
- echo "Image build has started!"
script:
- pip install -r requirements.txt && pytest --verbose
|