diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e0bfa36..3fc6427 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -43,9 +43,9 @@ jobs: poetry install --only dev - name: Run Linting + # poetry shell run: | cd backend - poetry shell poetry run ruff check . poetry run pyright . poetry run bandit -r .