Commit Graph

5 Commits

Author SHA1 Message Date
jburnim 988f02323f Add Python 3.12 support and add better error msg for missing tf_keras
With TF 2.16, users of TFP-on-TF must install `tf-keras` in addition to `tensorflow` -- so this change adds a custom error message if `tf-keras` (or `tf-keras-nightly`) is not installed.

PiperOrigin-RevId: 614280621
2024-03-09 14:40:38 -08:00
Colin Carroll ea63f27a62 Update python testing version and pylintrc 2023-01-03 12:23:49 -05:00
Pavel Sountsov 4940a1ab77 Remove virtualenv and make sure to install pip first before calling it.
Also, make it clearer how to run a subset of tests inside
run_github_tests.sh.
2021-05-06 13:48:41 -07:00
Pavel Sountsov 3f297125fb Upload GitHub actions logs on failure. 2021-04-30 16:42:30 -07:00
siege 82e97ecb13 Switch to GitHub Actions for the OSS CI.
This is due to travis-ci.org being deprecated.

One immediate advantage to the switch is that Github Actions has more powerful
machines which aren't shared across projects in an as obvious way as Travis
machines were. That said, they're not powerful enough to eschew test sharding
altogether.

PiperOrigin-RevId: 345051868
2020-12-01 10:41:30 -08:00