try speficially making the venv and using it

This commit is contained in:
simonwt 2026-04-03 23:57:32 +01:00
parent fd9dfe0221
commit 670e24c1fe

View file

@ -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