ci: use python 3.10
This commit is contained in:
parent
470f03dd07
commit
ac35031e94
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ variables:
|
||||||
REF_IMAGE: registry.gitlab.com/$CI_PROJECT_NAMESPACE/${CI_PROJECT_NAME}:$CI_COMMIT_REF_NAME
|
REF_IMAGE: registry.gitlab.com/$CI_PROJECT_NAMESPACE/${CI_PROJECT_NAME}:$CI_COMMIT_REF_NAME
|
||||||
|
|
||||||
check:
|
check:
|
||||||
image: python:3.9-bullseye
|
image: python:3.10-bullseye
|
||||||
stage: check
|
stage: check
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue