From 1ee8841ef4afb13e5d430d4ff3bdc3c840415ed2 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 24 Sep 2023 12:20:01 -0400 Subject: [PATCH] fix(actions): trying another method of activating the venv --- .forgejo/workflows/pylint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pylint.yaml b/.forgejo/workflows/pylint.yaml index 1c455fc..3d7d706 100644 --- a/.forgejo/workflows/pylint.yaml +++ b/.forgejo/workflows/pylint.yaml @@ -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')