Update .gitlab-ci.yml file
This commit is contained in:
parent
0676953e4b
commit
7e46f89950
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ test:
|
||||||
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
|
||||||
- uv add requests
|
- source .venv/bin/activate
|
||||||
- python unittests.py
|
- python unittests.py
|
||||||
|
|
||||||
# Test
|
# Test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue