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

update gitlab-ci

parent d9c0779f
No related branches found
No related tags found
No related merge requests found
Pipeline #15086 failed
......@@ -5,11 +5,9 @@ stages:
test:
stage: test
before_script:
script:
- python -m pip install --upgrade pip
- pip install uv
script:
- uv pip install -e . --system
# Install types-requests to fix mypy
- pip install types-requests
- 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