From 984011bf83eae0cb41fe101a958c60a56e9fed32 Mon Sep 17 00:00:00 2001 From: informatter Date: Thu, 14 Mar 2024 18:27:06 +0000 Subject: [PATCH] c --- .github/workflows/ci_cd.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index fe0f693..e0bfa36 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -37,15 +37,14 @@ jobs: - name: Print Poetry Version run: poetry --version - name: Install Poetry Dependencies + #poetry install run: | - ls -la . cd backend - ls -la . - poetry install + poetry install --only dev - name: Run Linting run: | - ls -la . + cd backend poetry shell poetry run ruff check . poetry run pyright .