Update .gitlab-ci.yml file
This commit is contained in:
parent
e1b1ad9924
commit
3712d52dd5
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue