fix(actions): ensurepath after installing poetry
Some checks failed
Pylint / Pylint (push) Failing after 42s
Some checks failed
Pylint / Pylint (push) Failing after 42s
This commit is contained in:
parent
831d2ca2dc
commit
656c861d14
1 changed files with 2 additions and 1 deletions
|
@ -17,8 +17,9 @@ jobs:
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: |
|
||||||
python3.11 -m pip install --user pipx
|
python3.11 -m pip install --user pipx
|
||||||
python3.11 -m pipx ensurepath
|
|
||||||
python3.11 -m pipx install poetry==1.2.0
|
python3.11 -m pipx install poetry==1.2.0
|
||||||
|
python3.11 -m pipx ensurepath
|
||||||
|
bash
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --with dev
|
run: poetry install --with dev
|
||||||
- name: Analysing the code with Pylint
|
- name: Analysing the code with Pylint
|
||||||
|
|
Loading…
Reference in a new issue