-
Notifications
You must be signed in to change notification settings - Fork 12
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
Issue #296 #297
Issue #296 #297
Conversation
… to windows system needing stdin even as a null device. Other fix seems like it could be leaky resources from GitPython for long running processes. Make sure to call close() to help prevent resource leak. Also bump all the github actions ubuntu verion to 20.04 since 18.04 got deprecated
…ralls python dep and switching to the GHA for pushing coverage results to coveralls.io
@mmalouane Can you merge this and cut a new release with a minor version bump (3.1.0) -- handling python 3.6 deps and pyyaml specifically are breaking installs currently on 3.10 |
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.
PR approved and ready to be merged.
Signed-off-by: Mahdi Alouane <43279493+mmalouane@users.noreply.github.com>
Is there any update on when this build (3.6) expectation can be removed? We're currently blocked from using any python 3.10 images in AWS SageMaker until we get an updated version of spock |
@thomaselee See #279 that now merges the fix to #296 into some other functionality. Trying to get @mmalouane to approve and release |
What does this PR do?
Attempting to fix #296. Seems like the general SO info points to windows system needing stdin even as a null device. Other fix seems like it could be leaky resources from GitPython for long running processes. Make sure to call close() to help prevent resource leak. Also bump all the github actions ubuntu version to 20.04 since 18.04 got deprecated
Checklist