fix(actions): set poetry to python 3.11
Some checks failed
Pylint / Pylint (push) Failing after 1m5s

This commit is contained in:
Seaswimmer 2023-09-24 12:52:07 -04:00
parent f08e1be9ba
commit 383ca66efe
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -19,6 +19,7 @@ jobs:
- name: Install dependencies
run: |
export PATH="$HOME/.local/bin:$PATH"
poetry env use 3.11
poetry install --with dev
- name: Analysing the code with Pylint
run: |