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

Add Gitlab CI pipeline

parent 4c6e50bd
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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