From 33fac2d230dd183f0c64a4febbe84bd1d14b278c Mon Sep 17 00:00:00 2001 From: Carlota de la Vega Date: Sat, 1 Jun 2024 20:36:03 +0200 Subject: [PATCH] Test: Activate poetry --- .github/workflows/app.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 13f8d4c..85b6bd6 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -26,7 +26,11 @@ jobs: run: | python -m pip install --upgrade pip pip install poetry - poetry install + poetry install --no-root + + - name: Activate virtualenv + run: | + poetry shell - name: Lint with pylint run: |