cleanup fetch step in test workflow

This commit is contained in:
Robert Kaussow 2023-10-16 15:03:39 +02:00
parent 164207579d
commit 521a3c914e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -15,14 +15,10 @@ matrix:
- docker.io/library/python:3.12
steps:
fetch:
image: docker.io/library/python:3.12
commands:
- git fetch --depth=2147483647
pytest:
image: ${PYTHON_VERSION}
commands:
- git fetch --depth=2147483647
- pip install poetry poetry-dynamic-versioning -qq
- poetry install
- poetry version