ci: use full clone for test workflow to fix version detection

This commit is contained in:
Robert Kaussow 2023-09-05 11:29:24 +02:00
parent 5e7a371725
commit 2601b4a4f4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 6 additions and 5 deletions

View File

@ -12,12 +12,13 @@ matrix:
- docker.io/library/python:3.10
- docker.io/library/python:3.11
steps:
fetch:
image: docker.io/library/python:3.11
commands:
- git fetch -tq
clone:
git:
settings:
partial: false
depth: 0
steps:
pytest:
image: ${PYTHON_VERSION}
commands: