Loading .gitlab-ci.yml +6 −6 Original line number Original line Diff line number Diff line Loading @@ -3,13 +3,13 @@ image: python:3.12 stages: stages: - test - test test: stage: test before_script: before_script: - python -m pip install --upgrade pip - python -m pip install --upgrade pip - pip install uv - pip install uv # Install dependencies system-wide (no venv) - uv pip install -e . --system test: stage: test script: script: - uv pip install -e . --system # Install types-requests to fix mypy - pip install types-requests - uv run tox - uv run tox Loading
.gitlab-ci.yml +6 −6 Original line number Original line Diff line number Diff line Loading @@ -3,13 +3,13 @@ image: python:3.12 stages: stages: - test - test test: stage: test before_script: before_script: - python -m pip install --upgrade pip - python -m pip install --upgrade pip - pip install uv - pip install uv # Install dependencies system-wide (no venv) - uv pip install -e . --system test: stage: test script: script: - uv pip install -e . --system # Install types-requests to fix mypy - pip install types-requests - uv run tox - uv run tox