This commit is contained in:
Robert Kaussow 2023-09-05 11:50:26 +02:00
parent 6678182ab0
commit e1b6ef8772
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -16,7 +16,7 @@ steps:
fetch: fetch:
image: docker.io/library/python:3.11 image: docker.io/library/python:3.11
commands: commands:
- git fetch --unshallow - git fetch --unshallow --quiet
pytest: pytest:
image: ${PYTHON_VERSION} image: ${PYTHON_VERSION}