Skip to content
Snippets Groups Projects
Commit 39684090 authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Fix python build version

parent e2bbb99c
Branches
No related tags found
1 merge request!107Fix python build version
Pipeline #234832 failed
......@@ -9,7 +9,7 @@ default:
variables:
DOCKER_TAG: ${CI_COMMIT_REF_SLUG}
CI_DEBUG_SERVICES: 'false' # set to true to enable service container logs
UV_VERSION: 0.4
UV_VERSION: 0.5
PYTHON_VERSION: 3.11
workflow:
......@@ -98,6 +98,8 @@ build standalone gui:
build python package:
stage: build
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-bookworm
variables:
GIT_DEPTH: 0
needs:
- build gui
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment