-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Skipping tests on all platforms but windows is not valid #63
Comments
How does not running an import test "break the build"? Edit: I see what you're getting at - not being able to import the It's not the skipping tests which is the problem but the fact that it doesn't actually work on the CI servers (which is why the tests were skipped). Given that, I'm inclined to close this issue as a dup of #6. |
Ok... |
So close it or not? |
I don't think it's valid anymore as TF is built from source so I'd close this issue. I can't myself as I'm no longer a maintainer. |
Closing it. |
Hi.
You skip all tests but on windows. This is not valid cause it breaks the build of every other package that depends on tensorflow on linux and mac.
tensorflow-feedstock/recipe/meta.yaml
Line 46 in 034249e
The text was updated successfully, but these errors were encountered: