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

Add Gitlab CI pipeline

parent 26c8c0ea
No related branches found
No related tags found
No related merge requests found
Pipeline #15079 failed
image: python:3.12
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 .
test:
stage: test
script:
- uv run tox
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