Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ workflow: .python: image: python:3.10 image: python:3.11 variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/cache/pkg PIP_NO_COMPILE: "true" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ workflow: .python: image: python:3.10 image: python:3.11 variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/cache/pkg PIP_NO_COMPILE: "true" Loading