Skip to content

Commit 5b14042

Browse files
authored
Pin 2.8 branch CI to TF 2.8.0rc0 for real. (#5512)
My attempt to pin 2.8 branch CI to tensorflow==2.8.0rc0 (#5486) was incorrect. The instructions on how to pin CI to a specific version of tf were stale.
1 parent 90651ff commit 5b14042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
BUILDTOOLS_VERSION: '3.0.0'
3333
BUILDIFIER_SHA256SUM: 'e92a6793c7134c5431c58fbc34700664f101e5c9b1c1fcd93b97978e8b7f88db'
3434
BUILDOZER_SHA256SUM: '3d58a0b6972e4535718cdd6c12778170ea7382de7c75bc3728f5719437ffb84d'
35-
TENSORFLOW_VERSION: 'tf-nightly'
35+
TENSORFLOW_VERSION: 'tensorflow==2.8.0rc0'
3636

3737
jobs:
3838
build:
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
tf_version_id: ['tensorflow==2.8.0rc0', 'notf']
44+
tf_version_id: ['tf', 'notf']
4545
python_version: ['3.7']
4646
steps:
4747
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e

0 commit comments

Comments
 (0)