-
Notifications
You must be signed in to change notification settings - Fork 379
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
feat(client-python): support Github CI for client-python #2573
Conversation
@shaofengshi Hi, I use Github ci to have a test. Does this meet our needs? |
I think we'd better integrate with gradle, so one gradle command can run all the build/test things. The changes here only do the github CI, we still cannot run it locally. |
Peidian, will this change make the github action longer? If the PR doesn't have change on Python, will the test python be triggred also? @coolderli |
@shaofengshi Yes, this will always be triggered for now. We can add some restrictions to it. |
close this. because there is a new patch: #2684 |
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?