try speficially making the venv and using it
This commit is contained in:
parent
fd9dfe0221
commit
670e24c1fe
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ stages:
|
|||
test:
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
script:
|
||||
- uv venv
|
||||
- .venv/bin/activate
|
||||
- uv sync --frozen
|
||||
- python unittests.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue