Updating Workflows to Fix Missing pkg_resources#2057
Updating Workflows to Fix Missing pkg_resources#2057ericspod merged 3 commits intoProject-MONAI:mainfrom
pkg_resources#2057Conversation
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
WalkthroughMultiple GitHub Actions workflows updated: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Description
This updates the workflow files to fix changes to
setuptoolswhich drops support forpkg_resourcesbut also removes the package from PyPI. With the--no-build-isolationflag added topip, the version ofsetuptoolsin the installing environment is used, rather than a new one being installed in an isolated one which will be too new and fail whenpkg_resourcesis found missing.See Project-MONAI/MONAI#8536.
Checks
./figurefolder./runner.sh -t <path to .ipynb file>Summary by CodeRabbit