fix(actions): trying to use python3.11 -m to run poetry
Some checks failed
Pylint / Pylint (push) Failing after 38s
Some checks failed
Pylint / Pylint (push) Failing after 38s
This commit is contained in:
parent
41592152eb
commit
173728ffdb
1 changed files with 2 additions and 6 deletions
|
@ -17,10 +17,6 @@ jobs:
|
|||
- name: Install Poetry
|
||||
run: curl -sSL https://install.python-poetry.org | python3.11 -
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
poetry install --with dev
|
||||
run: python3.11 -m poetry install --with dev
|
||||
- name: Analysing the code with Pylint
|
||||
run: |
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
poetry run pylint $(git ls-files '*.py')
|
||||
run: python3.11 -m poetry run pylint $(git ls-files '*.py')
|
||||
|
|
Loading…
Add table
Reference in a new issue