Skip to content

Commit

Permalink
removed the --without dev --no-root flags from poetry install in the …
Browse files Browse the repository at this point in the history
…linting step
  • Loading branch information
informatter committed Mar 15, 2024
1 parent 53e2a1f commit d1e58f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d1e58f7

Please sign in to comment.