Skip to content

Commit

Permalink
chore: change manual pre commit dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Apr 26, 2024
1 parent 3f7c549 commit 7ecd4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-manual-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
extra_args: --all-files --hook-stage manual --verbose
- name: Show dependencies graph
run: |
pdm install -d -G license --skip=post_install
pdm lock --lockfile pdm.newest.lock --strategy no_cross_platform -dG:all
pdm install --lockfile pdm.newest.lock --skip=post_install
pdm run pipdeptree --license

0 comments on commit 7ecd4b1

Please sign in to comment.