fix: added venv activation to lint stage

This commit is contained in:
ITQ
2025-11-20 19:53:57 +03:00
parent b3c368f9af
commit c010984d64
+2 -1
View File
@@ -208,8 +208,9 @@ lint:
<<: *uv-job <<: *uv-job
stage: test stage: test
script: script:
- export PATH="$HOME/.local/bin:$PATH" - source $HOME/.local/bin/env
- uv sync --group linters --frozen - uv sync --group linters --frozen
- source $UV_PROJECT_ENVIRONMENT/bin/activate
- just lint - just lint
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH