ci: cleanup matrix build name (#708)

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

View File

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