Skip to content

Commit c0a8ad8

Browse files
hyeygittensorflower-gardener
authored andcommitted
Add -y option to add-apt-repository command.
PiperOrigin-RevId: 348854578 Change-Id: I3a23da3309e9927e5c161aa6643cabfd7d7472fd
1 parent cb1bc8a commit c0a8ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/ci_build/install/install_pip_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
sudo add-apt-repository ppa:deadsnakes/ppa
19+
sudo add-apt-repository -y ppa:deadsnakes/ppa
2020
sudo apt-get update
2121
sudo apt-get install python3.8
2222

0 commit comments

Comments
 (0)