zhmcclient / zhmccli

A CLI for the IBM Z HMC
Apache License 2.0
10 stars 9 forks source link

Fix call to pipdeptree in test workflow #539

Closed andy-maier closed 9 months ago

andy-maier commented 10 months ago

Use "python -m" to call it, since otherwise the wrong packages are reported.

See PR https://github.com/zhmcclient/zhmc-ansible-modules/pull/882 for how this was done in the zhmc ansible project.