Skip to content

Commit

Permalink
updated on backend ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
informatter committed Mar 14, 2024
1 parent 510019f commit afdf008
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ jobs:
- name: Print Poetry Version
run: poetry --version
- name: Install Poetry Dependencies
#poetry install cd backend
# poetry install --only dev -> causes ruff check to fail because of missing imports
run: |
poetry install --only dev
poetry install
- name: Run Linting
# poetry shell -> creates error
run: |
poetry run ruff check .
poetry run pyright .
poetry run bandit -r .
Expand Down

0 comments on commit afdf008

Please sign in to comment.