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 7ecd4b1 commit 348f620
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-manual-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual --verbose
- name: Show dependencies graph
- name: Show dependencies graph (current lockfile)
run: |
pdm install --skip=post_install
pdm run pipdeptree --license
- name: Show dependencies graph (newest dependencies)
run: |
pdm lock --lockfile pdm.newest.lock --strategy no_cross_platform -dG:all
pdm install --lockfile pdm.newest.lock --skip=post_install
Expand Down

0 comments on commit 348f620

Please sign in to comment.