fix(actions): whoops
Some checks failed
Pylint / Pylint (push) Failing after 44s

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

View file

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