mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
ci: cleanup matrix build name (#316)
This commit is contained in:
parent
ab334ec27f
commit
d47680df37
@ -7,16 +7,16 @@ when:
|
||||
|
||||
matrix:
|
||||
PYTHON_VERSION:
|
||||
- docker.io/library/python:3.7
|
||||
- docker.io/library/python:3.8
|
||||
- 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.7"
|
||||
- "3.8"
|
||||
- "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