Skip to content

Commit

Permalink
chore: Install pre-commit package in tests.yml
Browse files Browse the repository at this point in the history
Add the installation of the pre-commit package in the tests.yml file to ensure that pre-commit hooks are run during the testing process. This will help catch and fix any code style or formatting issues before committing the changes.
  • Loading branch information
sreenathnair committed Sep 3, 2024
1 parent 4a49f24 commit 4e5f658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- run: |
pip install poetry
pip install pre-commit
poetry install --with tests
poetry run pre-commit install && pre-commit run --all
- run: poetry run pytest --cov=pdbeccdutils

0 comments on commit 4e5f658

Please sign in to comment.