steps: test: image: python:3.11 commands: - pip install -r requirements.txt - pytest -q