Commit 691c4dfe authored by George Papathanail's avatar George Papathanail
Browse files

update gitlab-ci

parent 26f6c9a3
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -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