We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f224e8 commit 141208dCopy full SHA for 141208d
.github/workflows/test.yml
@@ -82,8 +82,8 @@ jobs:
82
echo -e "### ✓ All dependencies installed successfully\n\n"
83
echo '<details><summary>Installed Python packages (dependency tree)</summary>'
84
echo -e "\n\`\`\`console"
85
- echo "$ python -m pipdeptree --local-only --exclude=pip,pipdeptree"
86
- python -m pipdeptree --local-only --exclude=pip,pipdeptree
+ echo "$ python -m pipdeptree --packages=python-re3data"
+ python -m pipdeptree --packages=python-re3data
87
echo -e "\`\`\`\n</details>"
88
echo '<details><summary>Outdated Python packages</summary>'
89
0 commit comments