Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 14e5631

Browse files
afrozenatorcopybara-github
authored andcommitted
Print tf version in oss_pip_install just to make sure.
PiperOrigin-RevId: 289171246
1 parent 0f6955b commit 14e5631

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oss_scripts/oss_pip_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ pip install -q -U setuptools
1414
pip install -q -U numpy
1515
pip install -q "tensorflow==$TF_VERSION"
1616

17+
# Just print the version again to make sure.
18+
python -c 'import tensorflow as tf; print(tf.__version__)'
19+
1720
# First ensure that the base dependencies are sufficient for a full import
1821
pip install -q -e .
1922
t2t-trainer --registry_help 2>&1 >/dev/null

0 commit comments

Comments
 (0)