mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-21 20:30:42 +00:00
ci: cleanup matrix build name (#708)
This commit is contained in:
parent
b554557440
commit
d687e263cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user