-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add requirements.txt #106
Add requirements.txt #106
Conversation
fix: 10s is not enough in ACTION
README.md
Outdated
@@ -60,6 +60,15 @@ When your environment cannot access `pypi`, you need to install the following pa | |||
- httplib2 | |||
- futures # python2.x is needed |
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.
line 57-61 can be deleted, directly to use requirements.txt is ok.
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.
Done
Maybe the errorcode change of server, i need to update the thrift file |
Got it |
FYI Its strange that 3.7 passed sometimes 3.6 failed |
because the leader of metad is changed. The randomly selected Meta happens to be the leader, so it succeeds |
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.
Thanks for your contribution!
Some test failed I don't know why.
e.g.
https://github.com/yihong0618/nebula-python/actions/runs/855718226
close #105