diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6c1e264..002636b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -40,7 +40,7 @@ jobs: cache: 'poetry' # caching poetry dependencies note: poetry.lock file needs to be present before running poetry install. i.e do not ignore it in the .gitignore file - name: Install Dependencies - run: poetry install --without dev --no-root + run: poetry install - name: Run Linting id: backend_linting_step run: |