This commit is contained in:
Robert Kaussow 2023-08-22 21:20:21 +02:00
parent f0adf27975
commit 39888a9f90
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 9 additions and 9 deletions

View File

@ -19,12 +19,12 @@ steps:
commands:
- git fetch -tq
# pytest:
# image: docker.io/library/python:${PYTHON_VERSION}
# commands:
# - pip install poetry poetry-dynamic-versioning -qq
# - poetry install
# - poetry version
# - poetry run git-batch --help
# environment:
# PY_COLORS: "1"
pytest:
image: docker.io/library/python:${PYTHON_VERSION}
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install
- poetry version
- poetry run git-batch --help
environment:
PY_COLORS: "1"