Skip to content

Commit c7386b2

Browse files
rstzcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 469710019
1 parent 5f6d4cc commit c7386b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test_bazel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ else
4141
${PYTHON} -m pip install tensorflow==${TF_VERSION} --force-reinstall
4242
fi
4343
# Patch Tensorflow dependency if necessary
44-
# TODO Remove as soon as Tensorflow has fixed its dependencies.
45-
if [ "${TF_VERSION}" != "2.9.1" ]; then
44+
# TODO Remove as soon as Tensorflow 2.10.0rc3 has landed
45+
if [ "${TF_VERSION}" == "2.10.0rc2" ]; then
4646
sed -i "s/# patch_args/patch_args/" WORKSPACE
4747
sed -i "s/# patches/patches/" WORKSPACE
4848
fi

0 commit comments

Comments
 (0)