Skip to content

Commit a1bc933

Browse files
committed
Updates our CI to run with the tf-nightly pinned to the version right before TF 2.12 branch cut (commit 3e5b6f1899f8515b3f27c67b5bea7481e990c163)
1 parent b6aa3c6 commit a1bc933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
BUILDTOOLS_VERSION: '3.0.0'
2828
BUILDIFIER_SHA256SUM: 'e92a6793c7134c5431c58fbc34700664f101e5c9b1c1fcd93b97978e8b7f88db'
2929
BUILDOZER_SHA256SUM: '3d58a0b6972e4535718cdd6c12778170ea7382de7c75bc3728f5719437ffb84d'
30-
TENSORFLOW_VERSION: 'tf-nightly'
30+
TENSORFLOW_VERSION: 'tf-nightly==2.12.0.dev20230201'
3131

3232
jobs:
3333
build:

0 commit comments

Comments
 (0)