Skip to content

Commit

Permalink
Pin TensorFlow nightly version to make integration tests hermetic.
Browse files Browse the repository at this point in the history
We'll bump this ~weekly to keep track of TF2 progress.

PiperOrigin-RevId: 248693469
Change-Id: Id2861f9f4df8a27c1784c26c0769ebdb61d46922
  • Loading branch information
tomhennigan authored and copybara-github committed May 17, 2019
1 parent 294f9fe commit 32569f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo ""
# Python test dependencies.
python3 -m pip install -r requirements-test.txt

python3 -m pip install --upgrade tf-nightly-2.0-preview
python3 -m pip install --upgrade tf-nightly-2.0-preview==2.0.0.dev20190517
python3 -c 'import tensorflow as tf; print(tf.__version__)'


Expand Down

0 comments on commit 32569f2

Please sign in to comment.