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

Commit 3028305

Browse files
chore: remove nox uninstall/reinstall from python build.sh template (#206)
Source-Link: https://togithub.com/googleapis/synthtool/commit/26358881238150aa51939ccc82b78c0e33d3bc9c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:007e7e46ef05e5a32e652bd0062be02f6ff050347d91e0f357b28caab0a042c4
1 parent dd418e3 commit 3028305

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
1616
digest: sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952
1717
# created: 2024-03-15T16:25:47.905264637Z
18+

.kokoro/docker/docs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ RUN wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
8080
# Test pip
8181
RUN python3 -m pip
8282

83+
8384
# Install build requirements
8485
COPY requirements.txt /requirements.txt
8586
RUN python3 -m pip install --require-hashes -r requirements.txt

.kokoro/docker/docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --generate-hashes requirements.in

0 commit comments

Comments
 (0)