Skip to content

Commit

Permalink
install poetry libraries in pre-commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Voilova committed Nov 17, 2023
1 parent 8b46ec6 commit af19246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install
run: |
pip install poetry
poetry install --with dev,test
- uses: pre-commit/[email protected]

0 comments on commit af19246

Please sign in to comment.