fix(actions): hopefully finally fixed poetry
Some checks failed
Pylint / Pylint (push) Failing after 43s
Some checks failed
Pylint / Pylint (push) Failing after 43s
This commit is contained in:
parent
0a98f594d7
commit
9349118189
1 changed files with 1 additions and 2 deletions
|
@ -20,6 +20,5 @@ jobs:
|
|||
run: /root/.local/bin/poetry install --with dev
|
||||
- name: Analysing the code with Pylint
|
||||
run: |
|
||||
/root/.local/bin/poetry env use 3.11
|
||||
/root/.local/bin/poetry shell
|
||||
source $(/root/.local/bin/poetry env info --path)/bin/activate
|
||||
pylint $(git ls-files '*.py')
|
||||
|
|
Loading…
Reference in a new issue