Update .gitlab-ci.yml file

This commit is contained in:
Simon Little 2026-04-03 23:03:32 +00:00
parent e1b1ad9924
commit 3712d52dd5

View file

@ -14,7 +14,9 @@ stages:
- test - test
test: test:
name: ghcr.io/astral-sh/uv:0.10.8 image:
name: ghcr.io/astral-sh/uv:$UV_VERSION
entrypoint: [""]
# image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER # image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
script: script:
- uv sync --frozen - uv sync --frozen