ci: use full clone for test workflow to fix version detection (#461)

This commit is contained in:
Robert Kaussow 2023-09-05 12:02:09 +02:00 committed by GitHub
parent 5e7a371725
commit 3eaf162858
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 -tq
- git fetch --unshallow --quiet
pytest:
image: ${PYTHON_VERSION}