Skip to content

Commit

Permalink
chore: remove nox uninstall/reinstall from python build.sh template (#…
Browse files Browse the repository at this point in the history
…206)

Source-Link: https://togithub.com/googleapis/synthtool/commit/26358881238150aa51939ccc82b78c0e33d3bc9c
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:007e7e46ef05e5a32e652bd0062be02f6ff050347d91e0f357b28caab0a042c4
  • Loading branch information
gcf-owl-bot[bot] committed Mar 20, 2024
1 parent dd418e3 commit 3028305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/.OwlBot.lock.yaml
Expand Up @@ -15,3 +15,4 @@ docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952
# created: 2024-03-15T16:25:47.905264637Z

1 change: 1 addition & 0 deletions .kokoro/docker/docs/Dockerfile
Expand Up @@ -80,6 +80,7 @@ RUN wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
# Test pip
RUN python3 -m pip


# Install build requirements
COPY requirements.txt /requirements.txt
RUN python3 -m pip install --require-hashes -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/docker/docs/requirements.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --generate-hashes requirements.in
Expand Down

0 comments on commit 3028305

Please sign in to comment.