Loading .gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -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 Loading