use fetch step

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

View File

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