Features: 1) Add --frozen and --extra flags to uv sync in .gitlab-ci.yml;
Fixes: None; Extra: None;
This commit is contained in:
parent
04cba93ebb
commit
3b60f82770
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ variables:
|
||||||
PYTHONDONTWRITEBYTECODE: "1"
|
PYTHONDONTWRITEBYTECODE: "1"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- uv sync -E linting
|
- uv sync --frozen --extra linting
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue