Features: 1) Add --frozen and --extra flags to uv sync in .gitlab-ci.yml;

Fixes: None;

Extra: None;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-12-15 20:22:34 +03:00
parent 04cba93ebb
commit 3b60f82770

View file

@ -11,7 +11,7 @@ variables:
PYTHONDONTWRITEBYTECODE: "1"
before_script:
- uv sync -E linting
- uv sync --frozen --extra linting
lint:
stage: lint