ci: run git unshallow conditionally (#470)

This commit is contained in:
Robert Kaussow 2023-10-02 14:13:46 +02:00 committed by GitHub
parent bc7b5ebf47
commit bdd940131d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 --quiet
- git fetch --depth=2147483647
pytest:
image: ${PYTHON_VERSION}