Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575210539
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Oct 20, 2023
1 parent adf2286 commit 2b88791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kokoro/github/ubuntu/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ tag_filters="-no_oss,-oss_excluded"

bazel clean
pip install -r requirements-dev.txt --progress-bar off
pip install tf-nightly --progress-bar off --upgrade
# TODO(b/306641264): Unpin the version!
pip install tf-nightly==2.16.0.dev20231018 --progress-bar off --upgrade
# We need to remove the dependency on tensorflow to test nightly
# The dependencies will be provided by tf-nightly
perl -i -lpe '$k+= s/tensorflow>=2\.[0-9]+\.[0-9]+/tf-nightly/g; END{exit($k != 1)}' setup.py
Expand Down

0 comments on commit 2b88791

Please sign in to comment.