You've already forked RekomenciBackend
fix: added venv activation to lint stage
This commit is contained in:
+2
-1
@@ -208,8 +208,9 @@ lint:
|
||||
<<: *uv-job
|
||||
stage: test
|
||||
script:
|
||||
- export PATH="$HOME/.local/bin:$PATH"
|
||||
- source $HOME/.local/bin/env
|
||||
- uv sync --group linters --frozen
|
||||
- source $UV_PROJECT_ENVIRONMENT/bin/activate
|
||||
- just lint
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
Reference in New Issue
Block a user