Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 5, 2023
1 parent ce2e7f4 commit 9679866
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,17 @@ jobs:
run: |
{
echo -e "# ✓ All optional dependency groups successfully installed in combination\n\n"
echo "## Installed Python packages as dependency tree"
echo -e "\`\`\`console\n$ python -m pipdeptree --local-only --exclude=pip,pipdeptree"
echo '<details><summary>Click to expand: Installed Python Packages</summary>'
echo -e "\n\`\`\`console"
echo "$ python -m pipdeptree --local-only --exclude=pip,pipdeptree"
python -m pipdeptree --local-only --exclude=pip,pipdeptree
echo -e "\`\`\`\n## Outdated dependencies"
echo -e "\`\`\`console\n$ python -m pip list --outdated"
echo -e "\`\`\`\n</details>"
echo '<details><summary>Click to expand: Outdated Dependencies</summary>'
echo -e "\n\`\`\`console"
echo "$ python -m pip list --outdated"
python -m pip list --outdated
echo "\`\`\`"
echo -e "\`\`\`\n</details>"
} >> $GITHUB_STEP_SUMMARY
required-checks-pass:
Expand Down

0 comments on commit 9679866

Please sign in to comment.