Python package dependency checking in a CI pipeline with pipdeptree
Posted on Sun 26 June 2022 in hints-and-kinks • Tagged with Python, CI • 3 min read
Sometimes pip behaves rather oddly when it comes to package dependency resolution. Here’s one way to catch such issues in your CI pipeline.
Continue reading