Skip to content

Commit 141208d

Browse files
authored
ci: update pipdeptree output settings (#63)
Fixes #61
1 parent 8f224e8 commit 141208d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
echo -e "### ✓ All dependencies installed successfully\n\n"
8383
echo '<details><summary>Installed Python packages (dependency tree)</summary>'
8484
echo -e "\n\`\`\`console"
85-
echo "$ python -m pipdeptree --local-only --exclude=pip,pipdeptree"
86-
python -m pipdeptree --local-only --exclude=pip,pipdeptree
85+
echo "$ python -m pipdeptree --packages=python-re3data"
86+
python -m pipdeptree --packages=python-re3data
8787
echo -e "\`\`\`\n</details>"
8888
echo '<details><summary>Outdated Python packages</summary>'
8989
echo -e "\n\`\`\`console"

0 commit comments

Comments
 (0)