Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 026d6db

Browse files
chore: consolidate install to requirements with hash (#249)
* chore: consolidate install to requirements with hash * chore: update owlbot * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update owlbot * chore: update dependencies and install path Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d2fda15 commit 026d6db

4 files changed

Lines changed: 237 additions & 19 deletions

File tree

.kokoro/generate-docs.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ export GOOGLE_APPLICATION_CREDENTIALS=$KOKORO_KEYSTORE_DIR/73713_docuploader_ser
2929
gcloud auth activate-service-account --key-file ${GOOGLE_APPLICATION_CREDENTIALS}
3030

3131
# Install dependencies.
32-
python3 -m pip install --user --quiet --upgrade nox
33-
python3 -m pip install --user gcp-docuploader
32+
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
3433
python3 -m pip install -e .
35-
python3 -m pip install recommonmark
36-
# Required for some client libraries:
37-
python3 -m pip install --user django==2.2 ipython
3834

3935
# Store the contents of bucket log in a variable to reuse.
4036
python_bucket_items=$(gsutil ls "gs://docs-staging-v2/docfx-python*")

.kokoro/requirements.in

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@ typing-extensions
55
twine
66
wheel
77
setuptools
8-
nox
8+
nox
9+
tox
10+
sphinx==4.5.0
11+
recommonmark
12+
django==2.2
13+
ipython
14+
black==22.8.0
15+
parameterized==0.8.1

0 commit comments

Comments
 (0)