-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[CI] update github workflow for python and include test folder #2789
base: master
Are you sure you want to change the base?
Conversation
@fishy this is the follow up of
however i cannot seem to find the cause of it |
@fishy do you think this maybe the support of uuid in python is missing? |
6b57a86
to
bfd2fca
Compare
test/py/Makefile.am
Outdated
@@ -71,50 +71,50 @@ TESTS= $(py_unit_tests) | |||
|
|||
|
|||
gen-py/%/__init__.py: ../%.thrift $(THRIFT) | |||
test -f ../v0.16/$(notdir $<) \ | |||
&& $(THRIFT) --gen py ../v0.16/$(notdir $<) \ | |||
test -f ../$(notdir $<) \ |
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.
we shouldn't change this one. the ones under v0.16
are for the languages not have uuid implemented yet (and python is one of them).
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.
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.
no not really - i didn't spend time in python impl in the last year or so
09a0d0a
to
fcf3c98
Compare
[skip ci]
anywhere in the commit message to free up build resources.