Different way to avoid using `skip_if_not(check_tf_version())` - perhaps set an envvar?
Open
testing
- Dominant language
- C++
- Stars
- 607
- Forks
- 67
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.