Skip to content

Commit

Permalink
added installation step in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pratiksha Sankhe <[email protected]>
  • Loading branch information
psankhe28 committed Oct 13, 2024
1 parent 35c97fc commit b5b2df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
poetry-export-options: "--only=misc"

- name: Install dependencies
run: poetry install --with code_quality

run: poetry add pre-commit
- name: Check all the pre-commit hooks passed
run: pre-commit run --all-files --exclude deployment/config.yaml

Expand Down

0 comments on commit b5b2df4

Please sign in to comment.