fix(actions): ensurepath after installing poetry
Some checks failed
Pylint / Pylint (push) Failing after 42s

This commit is contained in:
Seaswimmer 2023-09-24 12:39:51 -04:00
parent 831d2ca2dc
commit 656c861d14
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -17,8 +17,9 @@ jobs:
- name: Install Poetry
run: |
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 ensurepath
bash
- name: Install dependencies
run: poetry install --with dev
- name: Analysing the code with Pylint