There was an error while loading. Please reload this page.
1 parent bce219c commit 51539c6Copy full SHA for 51539c6
1 file changed
packages/gcp-sphinx-docfx-yaml/.kokoro/release.sh
@@ -16,7 +16,7 @@
16
set -eo pipefail
17
18
# Start the releasetool reporter
19
-python3 -m pip install --require-hashes -r github/sphinx-docfx-yaml/.kokoro/requirements.txt
+python3 -m pip install --no-deps --require-hashes -r github/sphinx-docfx-yaml/.kokoro/requirements.txt
20
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
21
22
# Disable buffering, so that the logs stream through.
0 commit comments