Skip to content

Commit

Permalink
Fixed call to pipdeptree
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Mar 21, 2024
1 parent 6e22d85 commit 6d16122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Show package dependency tree
run: |
echo "Package dependency tree of installed Python packages:"
pipdeptree --all
python -m pipdeptree --all
- name: Run build
env:
PACKAGE_LEVEL: ${{ matrix.package_level }}
Expand Down

0 comments on commit 6d16122

Please sign in to comment.