We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--require-hashes
pip install
1 parent 00321db commit f2d9900Copy full SHA for f2d9900
kokoro/gcp_ubuntu/publish_javadoc.sh
@@ -25,9 +25,9 @@ setup_docuploader() {
25
sudo apt-get install -y python3 python3-pip maven
26
# install docuploader package with upgrade to get latest correct versions.
27
echo "Trying to install gcp-docuploader."
28
- python3 -m pip install --upgrade pip --user
29
- python3 -m pip install gcp-docuploader --user
30
- python3 -m pip install --upgrade protobuf --user
+ python3 -m pip install --require-hashes --upgrade pip --user
+ python3 -m pip install --require-hashes gcp-docuploader --user
+ python3 -m pip install --require-hashes --upgrade protobuf --user
31
}
32
33
if [[ -z "${CREDENTIALS}" ]]; then
0 commit comments