Skip to content

Commit

Permalink
ci: add pipdeptree call
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Apr 26, 2024
1 parent e8af11e commit d9a2c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-manual-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual --verbose
- name: Install dependencies
- name: Show dependencies graph
run: |
pdm install -d -G license --skip=post_install
pdm install -d -G test --skip=post_install
pdm run pipdeptree --license

0 comments on commit d9a2c30

Please sign in to comment.