Spaces:
Runtime error
Runtime error
| # Official Python language image. | |
| py39: | |
| image: python:3.9 | |
| before_script: | |
| - apt-get install -y git curl python-pip python-dev python3-dev build-essential graphviz doxygen | |
| - apt-get update -q | |
| - python -v | |
| - pip install -r requirements.txt | |
| script: | |
| - pytest --verbose | |