Loading .gitlab-ci.yml +1 −3 Original line number Original line Diff line number Diff line Loading @@ -5,11 +5,9 @@ stages: test: test: stage: test stage: test before_script: script: - python -m pip install --upgrade pip - python -m pip install --upgrade pip - pip install uv - pip install uv script: - uv pip install -e . --system - uv pip install -e . --system # Install types-requests to fix mypy - pip install types-requests - pip install types-requests - uv run tox - uv run tox Loading
.gitlab-ci.yml +1 −3 Original line number Original line Diff line number Diff line Loading @@ -5,11 +5,9 @@ stages: test: test: stage: test stage: test before_script: script: - python -m pip install --upgrade pip - python -m pip install --upgrade pip - pip install uv - pip install uv script: - uv pip install -e . --system - uv pip install -e . --system # Install types-requests to fix mypy - pip install types-requests - pip install types-requests - uv run tox - uv run tox