fix(actions): trying another method of activating the venv
Some checks failed
Pylint / Pylint (push) Failing after 51s
Some checks failed
Pylint / Pylint (push) Failing after 51s
This commit is contained in:
parent
d7cd7d7123
commit
1ee8841ef4
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ jobs:
|
|||
run: /root/.local/bin/poetry install --with dev
|
||||
- name: Analysing the code with Pylint
|
||||
run: |
|
||||
source $(/root/.local/bin/poetry env info --path)/bin/activate
|
||||
/root/.local/bin/poetry shell
|
||||
pylint $(git ls-files '*.py')
|
||||
|
|
Loading…
Reference in a new issue