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

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 -tq - git fetch --unshallow --quiet
pytest: pytest:
image: ${PYTHON_VERSION} image: ${PYTHON_VERSION}