Skip to content

Commit 90651ff

Browse files
authored
chore: Update 2.8 CI to refer to tensorflow 2.8.0rc0. (#5486)
Follow release instructions to update CI configuration for 2.8 branch to refer to tensorflow 2.8 release candidate.
1 parent ce4587c commit 90651ff

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

0 commit comments

Comments
 (0)