From 141208dd7437895485eafda33b323ef97a56d938 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Thu, 23 May 2024 17:52:51 +0200 Subject: [PATCH] ci: update pipdeptree output settings (#63) Fixes #61 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d0c2ec..57791b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,8 +82,8 @@ jobs: echo -e "### ✓ All dependencies installed successfully\n\n" echo '
Installed Python packages (dependency tree)' 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
" echo '
Outdated Python packages' echo -e "\n\`\`\`console"