We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf7e3b commit 1be7ab3Copy full SHA for 1be7ab3
.github/workflows/ci.yml
@@ -30,7 +30,10 @@ env:
30
BUILDTOOLS_VERSION: '3.0.0'
31
BUILDIFIER_SHA256SUM: 'e92a6793c7134c5431c58fbc34700664f101e5c9b1c1fcd93b97978e8b7f88db'
32
BUILDOZER_SHA256SUM: '3d58a0b6972e4535718cdd6c12778170ea7382de7c75bc3728f5719437ffb84d'
33
- TENSORFLOW_VERSION: 'tf-nightly==2.16.0.dev20240206'
+ # By the time we created TB patch release 2.15.2 TF 2.15.0 had already been
34
+ # released, and there were no more nightly versions available.
35
+ # This is the latest release available for TF 2.15.x.
36
+ TENSORFLOW_VERSION: 'tensorflow==2.15.0.post1'
37
38
jobs:
39
build:
0 commit comments