From 670e24c1fe3953446a0327f55ec7ad090b7d5dcc Mon Sep 17 00:00:00 2001 From: simonwt Date: Fri, 3 Apr 2026 23:57:32 +0100 Subject: [PATCH] try speficially making the venv and using it --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54bde98..2be0e51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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