Update .gitlab-ci.yml file
This commit is contained in:
parent
3712d52dd5
commit
928af3d438
1 changed files with 6 additions and 4 deletions
|
|
@ -14,12 +14,14 @@ stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image:
|
# image: python313
|
||||||
name: ghcr.io/astral-sh/uv:$UV_VERSION
|
# image:
|
||||||
entrypoint: [""]
|
# name: ghcr.io/astral-sh/uv:$UV_VERSION
|
||||||
# image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
# entrypoint: [""]
|
||||||
|
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||||
script:
|
script:
|
||||||
- uv sync --frozen
|
- uv sync --frozen
|
||||||
|
- uv add requests
|
||||||
- python unittests.py
|
- python unittests.py
|
||||||
|
|
||||||
# Test
|
# Test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue