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
|
run: /root/.local/bin/poetry install --with dev
|
||||||
- name: Analysing the code with Pylint
|
- name: Analysing the code with Pylint
|
||||||
run: |
|
run: |
|
||||||
/root/.local/bin/poetry env use 3.11
|
source $(/root/.local/bin/poetry env info --path)/bin/activate
|
||||||
/root/.local/bin/poetry shell
|
|
||||||
pylint $(git ls-files '*.py')
|
pylint $(git ls-files '*.py')
|
||||||
|
|
Loading…
Reference in a new issue