Skip to content
Snippets Groups Projects
Commit ed1acfe5 authored by George Papathanail's avatar George Papathanail
Browse files

Add Gitlab CI pipeline

parent 4c6e50bd
No related branches found
No related tags found
No related merge requests found
Pipeline #15080 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment