PyPI Release Pipeline #283
Merged
Conversation
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
| interpret-core | ||
| gevent>=1.3.6 | ||
| interpret-core[required]>=0.1.20, <=0.1.21 | ||
| shap>=0.20.0, <=0.34.0 |
riedgar-ms
Jul 10, 2020
Author
Collaborator
These three are all taken from:
interpret-community/python/setup.py
Line 42
in
e82fc09
These three are all taken from:
interpret-community/python/setup.py
Line 42 in e82fc09
wamartin-aml
Jul 10, 2020
Collaborator
yeah, this pin looks better than the interpret-text one, no issues form me
yeah, this pin looks better than the interpret-text one, no issues form me
| _major = '0' | ||
| _minor = '14' | ||
| _patch = '0' | ||
| __version__ = '{}.{}.{}'.format(_major, _minor, _patch) | ||
| __version__ = '{}.{}.{}.dev4'.format(_major, _minor, _patch) |
wamartin-aml
Jul 10, 2020
Collaborator
Flagging just in case
Flagging just in case
riedgar-ms
Jul 10, 2020
Author
Collaborator
Removed, thanks.
Removed, thanks.
| jobs: | ||
| - template: templates/all-tests-job-template.yml | ||
| parameters: | ||
| platforms: { Linux: ubuntu-latest, MacOS: macos-latest, Windows: windows-latest } |
imatiach-msft
Jul 10, 2020
Collaborator
the macos tests work? I thought there were some tolerance issues?
the macos tests work? I thought there were some tolerance issues?
riedgar-ms
Jul 10, 2020
Author
Collaborator
They appear to be intermittent, unfortunately. We might want to trim the testing when it comes time to do an actual release. I have managed to get all stages to work, but when tests are unreliable, we will have problems.
They appear to be intermittent, unfortunately. We might want to trim the testing when it comes time to do an actual release. I have managed to get all stages to work, but when tests are unreliable, we will have problems.
Signed-off-by: Richard Edgar <riedgar@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Create an ADO pipeline for doing releases to PyPI, in the pattern of other projects in RAI.