Skip to content

Commit 0e83b27

Browse files
committed
fix install
Signed-off-by: xadupre <[email protected]>
1 parent 681cb1d commit 0e83b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/utils/setup_test_env.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ else
2525
pip uninstall -y protobuf
2626
if [[ "$TF_VERSION" != "2.13.0" && "$TF_VERSION" != "2.9.0" ]]; then
2727
echo "-- install-3 TF-KERAS $TF_VERSION"
28-
pip install tf_keras==$TF_VERSION "tensorflow-text<=$TF_VERSION"
28+
pip install tensorflow==$TF_VERSION tf_keras==$TF_VERSION tensorflow-text
2929
else
3030
echo "-- install-3 TF $TF_VERSION"
31-
pip install "tensorflow-text<=$TF_VERSION" tensorflow==$TF_VERSION protobuf
31+
pip install tensorflow-text tensorflow==$TF_VERSION protobuf
3232
fi
3333
fi
3434

0 commit comments

Comments
 (0)