cleanup fetch step in test workflow

This commit is contained in:
Robert Kaussow 2023-10-16 15:03:38 +02:00
parent 81d2c09c49
commit 65ae27c084
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 5 deletions

View File

@ -14,14 +14,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 run pytest --cov-append