ci: cleanup matrix build name (#285)

This commit is contained in:
Robert Kaussow 2023-11-04 16:19:02 +01:00 committed by GitHub
parent e5ec7bb741
commit 3c4b7d9f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -7,16 +7,16 @@ when:
matrix: matrix:
PYTHON_VERSION: PYTHON_VERSION:
- docker.io/library/python:3.7 - "3.7"
- docker.io/library/python:3.8 - "3.8"
- docker.io/library/python:3.9 - "3.9"
- docker.io/library/python:3.10 - "3.10"
- docker.io/library/python:3.11 - "3.11"
- docker.io/library/python:3.12 - "3.12"
steps: steps:
pytest: pytest:
image: ${PYTHON_VERSION} image: docker.io/library/python:${PYTHON_VERSION}
commands: commands:
- git fetch --depth=2147483647 - git fetch --depth=2147483647
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq