Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
informatter committed Mar 14, 2024
1 parent 9539404 commit 984011b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 984011b

Please sign in to comment.