Skip to content

Commit

Permalink
ci: check deptry when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Dec 4, 2023
1 parent 74eaf80 commit 385eb4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: poetry install --no-interaction --no-root
- name: Install library
run: poetry install --no-interaction
- name: Check dependencies
run: poetry run deptry .
- name: Run tests
run: poetry run pytest
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 385eb4c

Please sign in to comment.