You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we call skip_if_not(check_tf_version()) to avoid running tests if TF isn't installed. I wonder if there's a way to more thoroughly set this as an environment variable or something.
The reason is that finding cases where we don't add it is actually a bit tricky
The text was updated successfully, but these errors were encountered:
Currently we call
skip_if_not(check_tf_version())
to avoid running tests if TF isn't installed. I wonder if there's a way to more thoroughly set this as an environment variable or something.The reason is that finding cases where we don't add it is actually a bit tricky
The text was updated successfully, but these errors were encountered: