Skip to content

Commit

Permalink
ci: update pipdeptree output settings (#63)
Browse files Browse the repository at this point in the history
Fixes #61
  • Loading branch information
afuetterer authored May 23, 2024
1 parent 8f224e8 commit 141208d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
echo -e "### ✓ All dependencies installed successfully\n\n"
echo '<details><summary>Installed Python packages (dependency tree)</summary>'
echo -e "\n\`\`\`console"
echo "$ python -m pipdeptree --local-only --exclude=pip,pipdeptree"
python -m pipdeptree --local-only --exclude=pip,pipdeptree
echo "$ python -m pipdeptree --packages=python-re3data"
python -m pipdeptree --packages=python-re3data
echo -e "\`\`\`\n</details>"
echo '<details><summary>Outdated Python packages</summary>'
echo -e "\n\`\`\`console"
Expand Down

0 comments on commit 141208d

Please sign in to comment.