diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf0bb3beedd2edf7a6cee247c9ab1e21aac2c723..9f5d46c6557229d240f67f5f1cf7b8178f4f4925 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,10 @@ stages: - test before_script: - # Upgrade pip just in case - python -m pip install --upgrade pip - # Install uv - pip install uv - # Install your project in editable mode - - uv pip install -e . + # Install dependencies system-wide (no venv) + - uv pip install -e . --system test: stage: test