-
Notifications
You must be signed in to change notification settings - Fork 301
gcs switch to env #1319
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
gcs switch to env #1319
Conversation
@yongtang Could you help me in the
It seems that the functions in |
9ec1bee
to
27f8fef
Compare
@vnvo2409 the windows tests are failing due to:
This might be because the TensorFlow team has a separate process of releasing nightly builds for windows. |
@kvignesh1420 Thank you! I haven't known about it before, that might be the reason why this PR failed on the first place. Do you know when the nightly build for Windows will be released ? |
@vnvo2409 @kvignesh1420 from the latest pypi files it looks like latest windows tf-nightly was released just 40 mins ago: I think re-trigger of the PR may allow the test to pass? |
Thanks for the update @yongtang. I have restarted the jobs. |
@kvignesh1420 It seems that we did the same thing in exactly the same time 😄 |
My commit failed but thanks to @kvignesh1420 , we still have one CI passed https://github.com/tensorflow/io/actions/runs/682804240 I think we could merge this PR @yongtang @kvignesh1420. |
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.
LGTM.
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.
LGTM, Thanks!
* switch to env * switch to gcs on tensorflow-io according to tensorflow/tensorflow#47247
This PR completes
gcs
implementation by usingenv
fromtensorflow/c
Part of #1203 #1183