Skip to content
Snippets Groups Projects
Commit bec2e10b authored by Aleš Mrázek's avatar Aleš Mrázek
Browse files

manager/gitlab-ci.yml: poetry install only deps

parent 6803cfa5
1 merge request!1346manager: build manager and install its files with meson
......@@ -6,7 +6,7 @@ default:
before_script:
- cd manager
- poetry env use $PYTHON_INTERPRETER
- poetry install
- poetry install --no-root
tags:
- docker
- linux
......@@ -58,4 +58,4 @@ unit:py3.9:
unit:py3.10:
<<: *unit
variables:
PYTHON_INTERPRETER: python3.10
PYTHON_INTERPRETER: python3.10
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment