fix(actions): hopefully finally fixed poetry
Some checks failed
Pylint / Pylint (push) Failing after 43s

This commit is contained in:
Seaswimmer 2023-09-24 08:43:34 -04:00
parent 0a98f594d7
commit 9349118189
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -20,6 +20,5 @@ jobs:
run: /root/.local/bin/poetry install --with dev run: /root/.local/bin/poetry install --with dev
- name: Analysing the code with Pylint - name: Analysing the code with Pylint
run: | run: |
/root/.local/bin/poetry env use 3.11 source $(/root/.local/bin/poetry env info --path)/bin/activate
/root/.local/bin/poetry shell
pylint $(git ls-files '*.py') pylint $(git ls-files '*.py')