fix(actions): trying another method of activating the venv
Some checks failed
Pylint / Pylint (push) Failing after 51s

This commit is contained in:
Seaswimmer 2023-09-24 12:20:01 -04:00
parent d7cd7d7123
commit 1ee8841ef4
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

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