File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:5efdf8d38e5a22c1ec9e5541cbdfde56399bdffcb6f531183f84ac66052a8024
17
- # created: 2024-10-23T18:04:53.195998718Z
16
+ digest : sha256:5cddfe2fb5019bbf78335bc55f15bc13e18354a56b3ff46e1834f8e540807f05
17
+ # created: 2024-10-31T01:41:07.349286254Z
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ export PYTHONUNBUFFERED=1
33
33
env | grep KOKORO
34
34
35
35
# Install nox
36
- python3.9 -m pip install --upgrade --quiet nox
36
+ # `virtualenv==20.26.6` is added for Python 3.7 compatibility
37
+ python3.9 -m pip install --upgrade --quiet nox virtualenv==20.26.6
37
38
38
39
# Use secrets acessor service account to get secrets
39
40
if [[ -f " ${KOKORO_GFILE_DIR} /secrets_viewer_service_account.json" ]]; then
You can’t perform that action at this time.
0 commit comments