fix(actions): set poetry to python 3.11
Some checks failed
Pylint / Pylint (push) Failing after 1m5s
Some checks failed
Pylint / Pylint (push) Failing after 1m5s
This commit is contained in:
parent
f08e1be9ba
commit
383ca66efe
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
poetry env use 3.11
|
||||||
poetry install --with dev
|
poetry install --with dev
|
||||||
- name: Analysing the code with Pylint
|
- name: Analysing the code with Pylint
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue