Commit d97ed441 authored by George Papathanail's avatar George Papathanail
Browse files

update gitlab-ci

parent d9c0779f
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -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