-
-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement PackageInstall
plugin for pip
and conda
#7126
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ± 0 15 suites ±0 6h 4m 45s ⏱️ - 31m 49s For more details on these failures, see this check. Results for commit 3f3ee59. ± Comparison against base commit 2196966. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivial polish
Closes #7103
Introduces a
CondaInstall
plugin and refactors the common logic betweenPipInstall
andCondaInstall
into an abstractPackageInstall
class.pre-commit run --all-files