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
1 changed files with 1 additions and 1 deletions

View File

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